-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Gregor Lenz edited this page Jul 27, 2017
·
3 revisions
This Ansible Role provisions a system with necessary dependencies for XNAT 1.7.
You can use this in combination with Vagrant in order to download a plain Ubuntu 16.04 image and then run the playbook on it.
That way you will have XNAT set up on a separate environment, including the custom plugins! Time to be happy
Install Ansible
pip install ansible
If you use VirtualBox and Vagrant, just run the following command within the root of this repo:
vagrant up
If you want to deploy on bare metal
ansible-playbook site.yml 192.168.0.1,
After the playbook finishes, access under
http://localhost:8080