-
Notifications
You must be signed in to change notification settings - Fork 39
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
Dockerfile / Production setup configs #8
Comments
Is anyone working on this already? I may take a crack it at if not. |
Not really. I've got a Dockerfile at https://github.com/amiuhle/monero-docker that will download the latest release which could be a starting point, but there are others out there could also be used. What would be helpful most right now is to have a testnet I know the Dockerfiles could also compile from source, but having downloadable binaries as a starting point would mean we can reuse them for production setups on lower end hardware on which it would take a while to compile from source. |
Hi. I would like to help you with that project and contribute in development. Im after such payment system like is in that repository. |
Dockerfile
/docker-compose.yml
to quickly start up development environment withmonerod
andmonero-wallet-rpc
running on testnet.This should somehow always be on
master
somehow, so there will need to be a way to download the latest successful build from https://build.getmonero.org/monerod
andmonero-wallet-rpc
and cronjob for downloading and running latest build.The text was updated successfully, but these errors were encountered: