| <%= option.value.name %> | |
|---|---|
|
<% var count = 0; %>
<% var planCost = 0 %>
<% option.value.plans.each(function(item) { %>
<% var plan = item.option %>
<% if(count == 0 && !hostingData.optionIds) { %>
<% } else if (!hostingData.optionIds) { %>
<% } else if (hostingData.optionIds && hostingData.optionIds.indexOf(plan.id) != -1) { %>
<% planCost = plan.unit_price; %>
<% total += planCost; %>
<% } else { %>
<% } %>
<%= plan.description %>
<% count++; %>
<% }); %>
|
$<%= planCost.toFixed(2); %> / month
|
| Cloud Configuration | |
|
Jaxer is always pre-installed on your site. You can enable or disable it at any time.
Ruby on Rails support includes support for capistrano deployments. You can enable or disable Rails support at any time.
PHP is always installed on your site, but only consumes resources when you use it.
|
|