ralph
ralph copied to clipboard
sorry,I want to know how to use docker compose install
cd /ralph-20191001.1/docker/ && docker-compose up -d cannot login
you need to run some manual commands inside the docker container to initialise the database and create the super user: start a shell in the container: $ docker exec -it ralph_web1 /bin/bash init database: root@7adfe6813308:/var/local/ralph# ./docker-entrypoint.sh init --> init db create superuser: root@7adfe6813308:/var/local/ralph#ralphctl createsuperuser
to cretea demodate runn the command: ralph demodata
then exit the container with exit
