2015-08-27 16:20:08 +00:00
|
|
|
{% extends "hosting/base.html" %}
|
2015-08-09 15:53:45 +00:00
|
|
|
{% load staticfiles %}
|
|
|
|
|
|
|
|
{%block specification %}
|
|
|
|
<li><i class="fa-li fa fa-check-square-o fa-lg"></i>
|
|
|
|
<p class="lead">Ubuntu 14.04 as the operating system, full root access!</p>
|
|
|
|
</li>
|
2016-04-18 09:16:29 +00:00
|
|
|
<li><i class="fa-li fa fa-check-square-o fa-lg"></i><p class="lead">rbenv to let you decide which Ruby version you want to use</p></li>
|
2015-08-09 15:53:45 +00:00
|
|
|
<li><i class="fa-li fa fa-check-square-o fa-lg"></i><p class="lead">nginx as the frontend Server (optional with SSL Support)</p></li>
|
|
|
|
<li><i class="fa-li fa fa-check-square-o fa-lg"></i><p class="lead">uwsgi to have your application talk to nginx and vice versa
|
|
|
|
<li><i class="fa-li fa fa-check-square-o fa-lg"></i><p class="lead">PostgreSQL as the database</p>
|
|
|
|
</li>
|
2015-08-27 16:20:08 +00:00
|
|
|
{%endblock%}
|