mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-31 08:25:23 +00:00
Merge pull request #253 from cytopia/documentation-updates
Documentation updates
This commit is contained in:
commit
f68621fd43
@ -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
|
||||
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
|
||||
^^^^^^^^^^^^^^^^^^^^^
|
||||
The built-in DNS server will automatically make any DNS record available to your host system by
|
||||
|
11
docs/examples/setup-other-frameworks.rst
Normal file
11
docs/examples/setup-other-frameworks.rst
Normal 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.
|
@ -95,6 +95,7 @@ host is ready to be served with your custom domain.
|
||||
examples/setup-wordpress
|
||||
examples/setup-yii
|
||||
examples/setup-zend
|
||||
examples/setup-other-frameworks
|
||||
|
||||
|
||||
.. toctree::
|
||||
|
Loading…
x
Reference in New Issue
Block a user