merge from sanghee
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
commit
59ef61dfe8
2 changed files with 1 additions and 4 deletions
Binary file not shown.
Before Width: | Height: | Size: 235 KiB After Width: | Height: | Size: 220 KiB |
|
@ -1,14 +1,11 @@
|
|||
{% extends "hosting/base.html" %}
|
||||
{% load staticfiles %}
|
||||
|
||||
{%block customcss %}
|
||||
<link href="{% static 'hosting/css/railshosting.css' %}" rel="stylesheet">
|
||||
{%endblock%}
|
||||
|
||||
{%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>
|
||||
<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>s
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue