Skip to content

itzik16/ubuntu-server-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 

Repository files navigation

Ubuntu Server GUI

GUI client app designed to work with the Ubuntu Server API.

Status - Developer Preview

This is a very early version of the app I'm releasing to get developer feedback.

Install For Developers

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)

Install Notes

Deployment

running grunt build will create a "deployable" directory containing an optimized version ready for deployment

Tests

  • written with Mocha and Chai
  • open public/test/TestRunner.html in a browser to run them

Documentation

  • 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

License

GPL 3.0

Releases

No releases published

Packages