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

Is microkube really a development environment #105

Open umaimehm opened 5 years ago

umaimehm commented 5 years ago

Great job moving to the minimalistic version. Its a huge advancement from workbench.

In Mikrokubes and Peatios documentation this minimalistic environment is called as a development environment. But I dont see how one can edit the code and see changes in the live application.

Is this really a development environment ? If yes, can you please advice me for example how to do the changes. Perhaps im missing something here.

Thanks.

ianeinser commented 5 years ago

I wont call it development environment just because it uses docker. I would call this at least, MVP if not pre-commercial product

ghost commented 5 years ago

You can realtime edit the frontend if you add your own forked repo as a vendor in app.yaml. However there will be no realtime editing with the other backend and core containers. For those you must build the docker images locally and update the microkube configs.

If you just want realtime development with the front end, follow the instructions in the README under the Using Vendor section.