Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 547 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 547 Bytes

Setup and Installation

Clone the repository:

git clone https://github.com/SaillantNicolas/cgalmediawiki.git
cd cgalmediawiki

Copy a dump of the database in db-init/.

Then build and start the Docker containers:

If the dump of the database is from a Mediawiki version older than 1.31, you need to update the database schema:

docker-compose run update_db

Otherwise, you can start the containers directly:

docker-compose --profile test up

or:

docker-compose --profile production up -d