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

Add grpc generation script and update setup.md to run it using docker container #209

Merged
merged 2 commits into from
Aug 12, 2022
Merged

Conversation

ShatteredBunny
Copy link
Contributor

Make it more convenient to setup Robosats locally. Fixes #208

Copy link
Collaborator

@Reckless-Satoshi Reckless-Satoshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It definitely cleans up the grpc install sequence as well as clear a lot of confusion for someone who runs the stack first time. Very valuable contribution.

@@ -46,6 +46,8 @@ Make "{robosats-site}/static/css/index.css" redirect to "127.0.0.1:8080/css/inde
Spinning up docker for the first time
```
docker-compose build --no-cache
# Install LND python dependencies into local repository
docker run --mount type=bind,src=$(pwd),dst=/usr/src/robosats backend sh generate_grpc.sh
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

@Reckless-Satoshi Reckless-Satoshi merged commit 6090e21 into RoboSats:main Aug 12, 2022
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

Successfully merging this pull request may close these issues.

Improve docker-compose.yml / setup.md
2 participants