The following packages are required to start developing CiviWiki:
Below variables are also needed:
Execute below command:
cp .env_sample .env
Then, fill DJANGO_SECRET_KEY
in .env
file.
Execute docker command:
docker-compose up
and that's it! Service should be available on address http://0.0.0.0:8000
Go to docker-shell to execute ./manage.py
commands by executing:
docker exec -it civiwiki-backend /bin/bash