Skip to content

Initial Vagrant Setup

Bess Sadler edited this page Sep 1, 2017 · 20 revisions

From a Thumbdrive

  • Install Vagrant & VirtualBox if you haven’t (on the thumbdrive)
  • Copy the tutorial folder from the thumbdrive to your laptop
  • Open a terminal window and change to the tutorial/vagrant directory
  • Start the VM by typing vagrant up
  • Connect to the VM by typing vagrant ssh
    Ask for help if you don’t end up with a prompt like
    vagrant@camper:~$ ← when you see this,
    you’re ready for the tutorial exercises.

Next: Generate a Hyrax 2.x application