Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

Install VirtualBox, see
https://www.virtualbox.org/

 

Install Vagrant, see
https://www.vagrantup.com/docs/installation/

 

On command-line, change directory to the place where the Vagrantfile is, then:
vagrant init ubuntu/precise64
vagrant destroy -f; vagrant up

At the end, the 'vagrant up' should output a URL for testing.

Insert this URL in a Firefox browser to test the system.

 

To login to the Vagrant virtual machine that is running NetarchiveSuite:
vagrant ssh

Logout again with the exit command.

 

To take down the running Vagrant virtual machine, do a

vagrant destroy

...

As of NetarchiveSuite 7.0,  Quickstart in Vagrant is no longer supported.