Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: change font for terminal commands

...

1. Download and install VirtualBox: https://www.virtualbox.org/wiki/Downloads
2. Download and install Vagrant: http://www.vagrantup.com/downloads.html
3. Open a terminal window and issue the following commands:

mkdir tutorial
cd tutorial
wget http://camp.curationexperts.com/Vagrantfile
vagrant up
vagrant ssh
# vagrant ssh gives you a new prompt: vagrant@camper:~$
cd hyrax-sample/
fcrepo_wrapper

4. Navigate to http://localhost:8984 in your web browser to access Fedora
5. Go back to your terminal window and enter the command: exit
6. Enter the command: vagrant halt

...