ralph icon indicating copy to clipboard operation
ralph copied to clipboard

sorry,I want to know how to use docker compose install

Open Ruilkyu opened this issue 6 years ago • 2 comments

cd /ralph-20191001.1/docker/ && docker-compose up -d cannot login

Ruilkyu avatar Nov 08 '19 10:11 Ruilkyu

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

schka17 avatar Dec 16 '19 13:12 schka17

image

chaoyangqq avatar Feb 02 '20 14:02 chaoyangqq