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.gitUpdate 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 -dFirst stop containers:
docker-compose down -vThen, update images:
docker-compose pullEventually, re-run containers:
docker-compose up -d