Adding section on Servers and Deployment

Subsections are currently stubbed out. Need to add tutorials on setting up nginx and php-fpm as well as some general best practices for deployment (especially on shared hosts).
This commit is contained in:
Kris Jordan
2012-07-09 17:25:51 -04:00
parent 8622d9f3f1
commit 62e97f9407
3 changed files with 39 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ layout: default
{% capture testing_content %}{% include testing.md %}{% endcapture %}
{{ testing_content|markdownify }}
{% capture servers_and_deployment_content %}{% include servers-and-deployment.md %}{% endcapture %}
{{ servers_and_deployment_content|markdownify }}
{% capture frameworks_content %}{% include libraries-and-frameworks.md %}{% endcapture %}
{{ frameworks_content|markdownify }}