mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-19 12:57:52 +00:00
1.4 KiB
1.4 KiB
Read first
Find some useful information and tips for the documentation itself.
Shell commands
Important
All shell commands in this documentation use two different formats:
- This one indicates that the command should be executed on your host operating system. (When copying commands, do not copy the
host>
part).
host> command
- This one indicates that the command should be executed inside the currently selected PHP container. (When copying commands, do not copy the
php>
part).
php> command
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.
Checklists
Note
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.
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 blogs_videos_and_use_cases
section that might be useful as an additional crash-course.