The general goal is to get a curation concerns application up and running with a blank fedora and solr to point to. We will use the app name “Ldata” for this sample. There are two ways to go about this: use a provided vagrant or setup your machine to this state. If you have any questions or errors, please contact me at sanderson@bpl.org . This code is a customized fork of hydra-vagrant.
- Vagrant version 1.8.5+
- VirtualBox
You will need to have Vagrant installed on your machine. You can get that from: https://www.vagrantup.com/downloads.html
You will need to have some type of visualization software. On Ubuntu, this can be done by running: sudo apt-get install VirtualBox
git clone https://github.com/scande3/hydra-vagrant.gitcd hydra-vagrantvagrant up
You can shell into the machine with vagrant ssh or ssh -p 2222 vagrant@localhost
- In three seperate command prompt windows, run "vagrant ssh". Then do one of the following in each of them in order (waiting for the previous to finish):
-
cd ldata -
solr_wrapper -p 8983 -
cd ldata -
fcrepo_wrapper -p 8984 -
cd ldata -
rails server -b 0.0.0.0
-
- Ubuntu 16.04 64-bit base machine
- CurationConcerns: http://localhost:3000
- Solr 6.2.0: http://localhost:8983/solr/
- Fedora 4.6.0: http://localhost:8984/
This VM is a modified version of the Hydra Vagrant, which based on Fedora 4 Vagrant, with borrowings from the UCSD DAMS Vagrant.