Add follow up steps for framework/cms examples

This commit is contained in:
cytopia
2019-03-07 17:16:04 +01:00
parent c27ac1a8e9
commit e81b456ec3
21 changed files with 148 additions and 26 deletions

View File

@ -0,0 +1,44 @@
Once everything is installed and setup correctly, you might be interested in a few follow-up topics.
Use bundled batteries
---------------------
The Devilbox ships most common Web UIs accessible from the intranet.
.. seealso::
* :ref:`devilbox_intranet_adminer`
* :ref:`devilbox_intranet_phpmyadmin`
* :ref:`devilbox_intranet_phppgadmin`
* :ref:`devilbox_intranet_phpredmin`
Enhance the Devilbox
--------------------
Go ahead and make the Devilbox more smoothly by setting up its core features.
.. seealso::
* :ref:`setup_valid_https`
* :ref:`setup_auto_dns`
* :ref:`configure_php_xdebug`
Add services
------------
In case your framework/CMS requires it, attach caching, queues, database or performance tools.
.. seealso::
* :ref:`custom_container_enable_blackfire`
* :ref:`custom_container_enable_rabbitmq`
* :ref:`custom_container_enable_solr`
* :ref:`custom_container_enable_varnish`
Container tools
---------------
Stay inside the container and use what's available.
.. seealso::
* :ref:`available_tools`
* :ref:`source_code_analysis`