Keywords: Chanter.ch - Fédération des Sociétés de Chant du Valais - FSCV
Technical documentation for chanter.ch webmasters.
This project uses Node.js, Materialize, Pug and Docker.
Please visit the official Docker website for more information about Docker.
One Docker is installed, download the project Chanter.ch from GitHub with this link.
Open a terminal in your Chanter_FSCV
folder.
If you want to deploy for Production click here.
If you want to deploy for Development click here.
Open your database workbench.
Launch the script DiagramDBChanter_dev.sql
Add a user named dev with password unlucky and add him to the previous created database.
Run :
docker-compose build && docker-compose -f docker-compose.override.yml up -d
Run :
docker-compose build && docker-compose -f docker-compose.yml up -d
Open phpmyadmindomains.your-domain.tld
in a browser.
Launch the script DiagramDBChanter_prod.sql
.
Add a user named prod with password unlucky and add him to the previous created database.
Run :
docker-compose build && docker-compose -f docker-compose.yml up -d