@@ -24,8 +24,13 @@ Now you may visit [localhost:8000/api/v1/](localhost:8000/api/v1/) for access to
# Run with Docker
- start with `sudo docker-compose up -d`
- create user with `sudo docker exec -ti app python /app/commoning-engine/manage.py createsuperuser`
- if you encounter a Django error regarding the `ALLOWED_HOSTS` setting, uncomment the lines in the `Dockerfile` and build again with `sudo docker-compose up -d --build`
Clone project, change working directory, start and create user:
If you encounter a Django error regarding the `ALLOWED_HOSTS` setting, uncomment the lines in the `Dockerfile` and build again with `sudo docker-compose up -d --build`