Skip to content

Vagrant machine and related Ansible plays to create a Clowder server

Notifications You must be signed in to change notification settings

AI-Collaboratory/clowder-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant Box for Clowder with Ansible Playbooks

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

Steps to Run

  1. Install Vagrant and create a base box for Ubuntu 15.04.
  1. Install Vagrant Reload plugin.

$ vagrant plugin install vagrant-reload

  1. Start and provision the VM.

$ vagrant up

  1. Start Clowder with SBT.

$ vagrant ssh -c "cd /home/clowder/clowder; ./sbt 'run'"

  1. Make a cup of tea.

About

Vagrant machine and related Ansible plays to create a Clowder server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published