-
Complete the .env: copy the .env.template to .env and set up all the environment variables
-
Start the project using the deployment.sh script.
# Start containers and create subscriptions
./deployment.sh create
# Stop containers
./deployment.sh stop
# Restart containers
./deployment.sh restart
# Stop containers and delete volumes
./deployment.sh destroy