mirror of
https://github.com/cytopia/devilbox.git
synced 2025-06-13 04:38:23 +00:00
Add follow up steps for framework/cms examples
This commit is contained in:
44
docs/_includes/snippets/examples/next-steps.rst
Normal file
44
docs/_includes/snippets/examples/next-steps.rst
Normal 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`
|
Reference in New Issue
Block a user