Note that this documentation is for the old 5.2 release.
For the newest documentation, please see the current release documentation.

Quickstart with Vagrant

 

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

If you have more than one network on your host machine (like wired and also wireless), you may be asked to choose during the 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

Â