Merge pull request #253 from cytopia/documentation-updates

Documentation updates
This commit is contained in:
cytopia 2018-05-07 09:09:43 +02:00 committed by GitHub
commit f68621fd43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 0 deletions

View File

@ -26,6 +26,12 @@ Creating a new project is literally done by creating a new directory on the file
Everything else is automatically taken care of in the background. Virtual hosts are added Everything else is automatically taken care of in the background. Virtual hosts are added
instantly without having to restart any services. instantly without having to restart any services.
Automated SSL certificates
^^^^^^^^^^^^^^^^^^^^^^^^^^
Whenever a new project is created, SSL certificates are generated as well and assigned to that
virtual host. Those certificates are signed by the Devilbox certificate authority which can be
imported into your local browser to make all certificates valid and trusted.
Automated DNS records Automated DNS records
^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^
The built-in DNS server will automatically make any DNS record available to your host system by The built-in DNS server will automatically make any DNS record available to your host system by

View File

@ -0,0 +1,11 @@
.. _example_setup_other_frameworks:
**********************
Setup other Frameworks
**********************
The setup instructions and frameworks shown in this section are only meant as an example
and the list is in no way complete.
The Devilbox itself is a normal development stack and is capable of running *any* framework, CMS
or custom written PHP software.

View File

@ -95,6 +95,7 @@ host is ready to be served with your custom domain.
examples/setup-wordpress examples/setup-wordpress
examples/setup-yii examples/setup-yii
examples/setup-zend examples/setup-zend
examples/setup-other-frameworks
.. toctree:: .. toctree::