Before you run the project, please make sure you have set up all the following:
-
This project uses Docker to run. If you have not installed Docker Desktop, please install from here.
-
At the root directory, create a
data
andout
folder. Put all relevant data in thedata
folder. Theout
folder should be kept empty. -
Make sure to open Docker Desktop before running. Otherwise, you will get an error saying Docker engine hasn't started yet.
# Run the services
docker-compose up --build
# Stop the services
docker-compose stop
# Remove the services
docker-compose down