Note: You will need the vagrant-reload plugin to install all dependencies in 15.04 Ubuntu, due to policykit-1 install requiring a reboot.
https://github.com/aidanns/vagrant-reload
- Install Vagrant and create a base box for Ubuntu 15.04.
-
I use Packer.io to build a base box on Qemu/KVM, using the template here: https://github.com/gregjan/packer-qemu-templates/blob/master/ubuntu/ubuntu-15.04-server-amd64-vagrant.json
-
I initially sized this VM to 2GB memory and 2 cpus, but uncertain if this meets Clowder's requirements..
- Install Vagrant Reload plugin.
$ vagrant plugin install vagrant-reload
- Start and provision the VM.
$ vagrant up
- Start Clowder with SBT.
$ vagrant ssh -c "cd /home/clowder/clowder; ./sbt 'run'"
- Make a cup of tea.