rubykube / microkube

Minimal stack for deploying peatio (open source crypto-currencies trading exchange platform) on a virtual machine
https://www.openware.com
Apache License 2.0
35 stars 83 forks source link

Microkube debugging #113

Open champmine opened 5 years ago

champmine commented 5 years ago

Hi,

wonderful job with microkube!

Can you please try to make some more documentation available? I would be interested how to debug changes to specific seed files and/or the backend code.

Thanks and cheers!

msembinelli commented 5 years ago

Seed files can be adjusted by editing the template files in microkube. To make changes to the backend, you will have to extend your app.yml vendor section to clone your forks of the peatio/barong and other repos manually into the microkube project (or separately) and later build new docker images from the repos. You can publish these docker images to dockerhub and point to them, or run them from your local repository.