This document explains how to deploy AutoClassWeb on a web server.
Install Docker with the following instructions.
Install Docker-compose with the following instructions.
git clone https://github.com/pierrepo/autoclassweb-server.git
Update app configuration file in config/autoclassweb.cfg
.
Update port in the configuration file docker-compose.yml
. Replace 8000
in 8000:80
with the port number from which you want the AutoClassWeb service to be accessible.
From the project folder, run the following command:
docker-compose up -d
First stop containers:
docker-compose down -v
Then, update images:
docker-compose pull
Eventually, re-run containers:
docker-compose up -d