Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 399 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 399 Bytes

Vagrant XNAT

Provision Ubuntu 14.04 based Vagrant box with XNAT 1.6.5

Dependencies:

  • VirtualBox
  • Vagrant

Installation:

cd vagrant-xnat
vagrant up

Once the Vagrant box is up and running XNAT is available at http://192.168.50.50:8080/xnat

Change IP address of Vagrant box:

  • Change xdat.url option in build.properties
  • Change config.vm.network option in Vagrantfile