GUI client app designed to work with the Ubuntu Server API.
This is a very early version of the app I'm releasing to get developer feedback.
git clone [email protected]:rawberg/ubuntu-server-gui.git ubuntu-server-gui
cd ubuntu-server-gui
npm install .
setup a local web server to point to public/index.html
(getting started will be easier soon, I promise)
- make sure you install the [server side application]((https://github.com/rawberg/ubuntu-server-api) on any servers you'd like to connect too
running grunt build will create a "deployable" directory containing an optimized version ready for deployment
- for now the tests and source code are the best documentation
- all test cases have been carefully worded to explain what each unit is responsible for
- pretty documentation is coming soon