Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 410 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 410 Bytes

arport_twin_deployment

  1. Complete the .env: copy the .env.template to .env and set up all the environment variables

  2. 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