2019-03-07 15:35:54 +00:00
.. include :: /_includes/snippets/__ANNOUNCEMENTS__.rst
2018-03-11 13:57:10 +00:00
.. _read_first:
***** *****
Read first
***** *****
2018-03-11 16:45:12 +00:00
Find some useful information and tips for the documentation itself.
2018-03-17 09:14:50 +00:00
Shell commands
==============
2018-03-11 16:45:12 +00:00
2018-03-11 13:57:10 +00:00
.. important ::
All shell commands in this documentation use two different formats:
1. This one indicates that the command should be executed on your host operating system. (When copying commands, do not copy the `` host> `` part).
.. code-block :: bash
2018-06-03 18:45:01 +00:00
host> command
2018-03-11 13:57:10 +00:00
2. This one indicates that the command should be executed inside the currently selected PHP container. (When copying commands, do not copy the `` php> `` part).
.. code-block :: bash
2018-06-03 18:45:01 +00:00
php> command
2018-03-11 16:45:12 +00:00
2018-07-03 13:47:58 +00:00
Examples
========
.. note ::
Most examples to configure your host operating system will be presented for Linux by default,
there will however always be links for how to accomplish the same on Windows and MacOS.
2018-03-11 16:45:12 +00:00
Checklists
2018-03-17 09:14:50 +00:00
==========
2018-03-11 16:45:12 +00:00
.. note ::
2019-03-27 18:38:14 +00:00
Most guides and tutorials provide a **Checklist** at the very bottom.
You can jump to it and quickly see if you have done everything already.
2018-03-17 09:14:50 +00:00
Where to start?
===============
On the left menu you will find a `` GETTING STARTED `` section, **read through all of them** to get
a basic theoretical and practical understanding about the Devilbox.
There is also a :ref: `blogs_videos_and_use_cases` section that might be useful as an additional crash-course.