Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the ralph default password? #3739

Open
thisisannetwork opened this issue Jul 30, 2022 · 3 comments
Open

the ralph default password? #3739

thisisannetwork opened this issue Jul 30, 2022 · 3 comments

Comments

@thisisannetwork
Copy link

thisisannetwork commented Jul 30, 2022

I installed ralph via docker, I have reached the login screen after the installation is complete, but there is no password to log in properly, docker-compose installation, please ask what is the default password?

@wusa88
Copy link

wusa88 commented Nov 21, 2022

Same here.
Docker installation works great. I can access to the login screen. But i dont know the default password.

@combrs
Copy link

combrs commented Jan 10, 2023

I resolve this problem via installation guide for non-docker variant, see doc 'Database configuration'

@zer0init1
Copy link

If you install via docker, use this

git clone https://github.com/allegro/ralph.git
cd ralph/docker/
docker compose up -d

After build/start, login in web container. Name in docker ps -a - docker-web-1. This is example for my installation

docker exec -it a2ac5fac7d29 /bin/bash

And run migrations and other setup steps

ralphctl migrate
ralphctl createsuperuser
ralphctl demodata

On 2 step, as can you see - you create super-user (login and password set in prompt). Use http://IP-OF-SERVER and login/password from command createsuperuser

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants