tool for reserving VMs and offering reservation information over an API.
In order to use the tool, make sure you have nodejs and bower installed.
install dependencies
bower install
to install dependencies, initialize sqlite database, creating service script and start service just run:
. install.sh
after installation, the API will be reachable on port 3000. you can start or stop the service using:
service vmtool start
service vmtool stop
to create backups on a regular basis, add backup.sh to the crontab.