devilbox/docs/_includes/snippets/examples/next-steps.rst

46 lines
1.1 KiB
ReStructuredText
Raw Normal View History

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`
* :ref:`devilbox_intranet_phpmemcachedadmin`
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`