mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-28 07:40:03 +02:00
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:
@@ -62,6 +62,13 @@
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#testing">Testing</a></li>
|
||||
<li><a href="#servers_and_deployment">Servers and Deployment</a>
|
||||
<ul>
|
||||
<li><a href="#platform_as_a_service_paas">Platform as a Service (PaaS)</a></li>
|
||||
<li><a href="#virtual_or_dedicated_servers">Virtual or Dedicated Servers</a></li>
|
||||
<li><a href="#shared_servers">Shared Servers</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#libraries_and_frameworks">Libraries and Frameworks</a></li>
|
||||
<li><a href="#resources">Resources</a></li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user