Run installation
1. Download installation assistant
A guided installation assistant is provided to help you set environment variables and create the associated containers.
Download the script here: Download installation script
2. Prepare and run the script
- Download and extract the archive to obtain the installation script.
- Grant execution permissions with
chmod +x install.sh
. - Ensure the user running the script has permission to manage the Docker service, otherwise run the script with sudo.
- Ensure the file docker-compose-db.yml or docker-compose-external-db.yml is in the same directory, as applicable.
- Run the script with
sh ./install.sh
orsudo sh ./install.sh
. - The assistant will guide you through setting variables and will create the containers.
Congratulations, you have created the Smart Grow App server!