house for sale image
This commit is contained in:
parent
589f0f60a7
commit
2e6cd7d8ef
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 "railshosting/base.html" %}
|
||||
{% load staticfiles %}
|
||||
|
||||
{%block customcss %}
|
||||
<link href="{% static 'railshosting/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