Hardy Ferentschik
Hardy Ferentschik
See also https://github.com/minishift/minishift/issues/207#issuecomment-274310292
Some examples in the docs are using syntax which will only work with bash (aka OS X and Linux). In this case we should show two examples, bash and Powershell...
The idea is to register new Minishift (addon) commands which execute some specific behaviour. Something similar to extensions/plugins as discusses for kubectl - https://godoc.org/github.com/minishift/minishift One would do something along the...
I think we should briefly document the major architecture design decision, eg code organization, bootstrap sequence, architectural components. This can be very brief. The important thing is to have a...
Currently the various services reply to different service urls, eg _/api/hello_, _api/namaste_, ... I think it would make more sense to have a unified URL like, _api/greet_. This way it...
ATM _Server_ is just a bunch of static methods. Really a proper _Server_ instance should be created. This would for example also allow to make sure it gets properly initialized...
The documentation should mentioned and explain the use of the various backing files in the Vagrant data directory.