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

problem during installation #239

Open
dev-dantealighieri opened this issue Jan 7, 2025 · 2 comments
Open

problem during installation #239

dev-dantealighieri opened this issue Jan 7, 2025 · 2 comments

Comments

@dev-dantealighieri
Copy link

I couldn't install blockbook backend, how can i install it from scratch completely without using any existing software?

thanks, dante

@slowbackspace
Copy link
Contributor

Hi @dev-dantealighieri, could you describe steps you've taken and the issue you are having?
The easiest way to run RYO is via Docker.

@dev-dantealighieri
Copy link
Author

forked the repo, cd, execute the docker command you gave, it didnt work

docker run --rm \
  --name blockfrost-ryo \
  -p 3000:3000 \
  -e BLOCKFROST_CONFIG_SERVER_LISTEN_ADDRESS=0.0.0.0 \
  -v $PWD/config:/app/config \
  blockfrost/backend-ryo:latest

btwi also want this on mainnet, is there any other thing to do?

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

2 participants