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

Using docker local volumes for development? #43

Closed
kriskelly opened this issue Apr 13, 2018 · 1 comment
Closed

Using docker local volumes for development? #43

kriskelly opened this issue Apr 13, 2018 · 1 comment

Comments

@kriskelly
Copy link

This may seem obvious, but I had assumed this would set up a dev environment that would allow me to make changes to the peatio and barong apps if it turns out that I need to fork those for some reason. Typically for development with docker I use volumes that map the local application directory to the container in order to make changes without having to rebuild each time. I can't seem to do that here because there are a bunch of build artifacts that get overwritten when I mount the volume. For instance, all of the packages installed via Yarn.

How do you all set up your environment for development? I'm not dead set on forking this software but I've already had to make some changes to the Twilio config to work around some errors with Barong phone number verification the first time I use Barong. That's probably a separate issue that could be addressed in another ticket though.

@umaimehm
Copy link

umaimehm commented Apr 26, 2018

I agree. The development guide seems a bit outdated.
It does not set up a development environment. This is just a running instance.

One way this could be done is to run dependent modules as containers and run peatio and barong locally with puma.
OR mirror your hard disk with docker images (not the preffered approach)

@shal shal closed this as completed Jul 5, 2018
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

3 participants