- Vagrant 2.x or better
- Install Virtual Box
- Install Vagrant
- Bring up vagrant in the usual way (e.g. vagrant up)
- Follow the extra steps in the output to creating a new Vagrant instance to finish setting up the EPrints repository
- Make sure that the hosts defined in the "bin/epadmin create" process is defined in /etc/hosts in vagrant instance
- Make sure that the hosts defined in the "bin/epadmin create" process is defined on your local machine
- If all is well, point your web browser at the eprints dev host address defined
On my development box
git clone git@github.com:rsdoiel/eprints-vagrant
cd eprints-vagrant
vagrant up
vagrant ssh
Then follow the instructions in final install steps