begin refactor to /hosting/
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
parent
e933b065ca
commit
2bf346495e
91 changed files with 82 additions and 844 deletions
18
hosting/templates/hosting/nodejs.html
Normal file
18
hosting/templates/hosting/nodejs.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{% extends "hosting/base.html" %}
|
||||
{% load staticfiles %}
|
||||
|
||||
|
||||
{%block customcss %}
|
||||
<link href="{% static "railshosting/css/djangohosting.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">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>
|
||||
{%endblock%}
|
||||
Loading…
Add table
Add a link
Reference in a new issue