We've assembled the resources listed below as your jumping off point for various Samvera tutorials.
mkdir vagrant
cd vagrantwget http://camp.curationexperts.com/Vagrantfilecd ~/<your-local-desitination>/tutorialvagrant up
vagrant sshvagrant@camper:~$
exit
vagrant halt
The machine is configured with a user named 'vagrant' and password set to 'vagrant'. The virtual machine uses NAT to access network resources, but port forwarding has been setup to allow you to view the Rails development server, Solr, and Fedora from your main browser.
For performanace and compatabilty with most systems, the VM is configured to use only 2048MB of memory and 2 CPUs. If your system has significantly more or less RAM installed, you may want to adjust the memory allocation accordingly. You can do this by editing the Vagrantfile in the tutorial directory.
NOTES: The system is configured to facilitate development and most security settings are left relatively open - DO NOT USE THIS VM FOR PRODUCTION PURPOSES
Please visit https://github.com/RepoCamp