diff --git a/README.md b/README.md index 674a52da..3757a8e8 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,20 @@ You can find all the documentation for Gitpod here: [https://www.gitpod.io/docs/ [![Launch Joomla 4 in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#JOOMLA_SITE=joomla/https://github.com/joomlatools/joomlatools-server) +### Controlling Joomlatools Server + +We've made it super simple for you to interact with the Joomlatools Server, via a bash script. + +It's called the Joomlatools Control and can be accessed via: + +`sh bin/jtctl` + +You'll see a long list of possibilities, including your favourite Joomla! and WordPress commands. + +For now lets start by getting the server up and running: + +`sh bin/jtctl start` + ## Architecture Joomlatools Server runs applications as a multi-process Docker container. The processes are supervised using S6 diff --git a/bin/jtctl b/bin/jtctl index 0bc541a5..425d8020 100755 --- a/bin/jtctl +++ b/bin/jtctl @@ -113,7 +113,7 @@ else display_help fi -# Source the ".env" file so Laravel's environment variables are available... +# Source the ".env" if it is available if [ -f ./.env ]; then source ./.env fi