Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 720 Bytes

docker-setup.md

File metadata and controls

31 lines (17 loc) · 720 Bytes

Prerequisites

The following packages are required to start developing CiviWiki:

Below variables are also needed:

Environment variables file

Execute below command:

cp .env_sample .env

Then, fill DJANGO_SECRET_KEY in .env file.

Requirements

Execute docker command:

docker-compose up

and that's it! Service should be available on address http://0.0.0.0:8000

Log into docker console

Go to docker-shell to execute ./manage.py commands by executing:

docker exec -it civiwiki-backend /bin/bash