Note that this documentation is for the coming release NetarchiveSuite 7.4
and is still work-in-progress.

For documentation on the released versions, please view the previous versions of the NetarchiveSuite documentation and select the relevant version.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

The fastest way to get started with NetarchiveSuite is to use the NAS Vagrant Quickstart. The latest Vagrantfile for NAS can be downloaded directly from source at https://github.com/netarchivesuite/netarchivesuite/blob/master/quickstart-vagrant-environment/Vagrantfile .

Using Vagrant

For those unfamiliar with Vagrant, first install vagrant itself as follows:

Then on command-line, change directory to the location of the downloaded Vagranfile and 

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 between them during the vagrant up.

At the end, the 'vagrant up' should output the URL to the NAS GUI. Insert this URL in a Firefox browser to test the system.

To login to the Vagrant virtual machine that is running NetarchiveSuite use vagrant ssh, andlogout again with the exit command.

To take down the running Vagrant virtual machine, do a

vagrant destroy

 

  • No labels