A recreation of the VirtualBox GUI for the web using Ruby
Very limited features at the moment. See Changelog.md and TODO
If you haven't got VirtualBox installed, you'll need that ;-)
Then run the following in a shell console:
$ [sudo] gem install bundler
$ git clone git:https://github.com/KieranP/vboxweb_rb.git
$ cd vboxweb_rb
$ bundle install
$ script/delayed_job start
Then adjust config/config.yml, changing the username and password.
Start the app:
ruby script/rails server
Then start using it:
https://localhost:3000
- Vboxweb_rb application written by Kieran Pilkington
- Utilizes Virtualbox gem by Mitchell Hashimoto
- Application run using Rails and LessCSS
- Images from VirtualBox are licensed GPL 2. See public/images/virtualbox/COPYING