Vagrant image¶
Use the following instructions to install sensitivity.io using our Vagrant Image.
Note: Do not use this image in production, it was built just for demo purposes.
Note
For any problems installing sensitivity.io, see the installation guides.
Get Vagrant Image¶
1 2 3 4 5 6 7 8 9 | mkdir opensuse-tw-sensitivity.io
cd opensuse-tw-sensitivity.io
wget https://static.sensitivity.io/data/opensuse-tw.sensitivity.io.box
wget https://static.sensitivity.io/data/opensuse-tw.sensitivity.io.Vagrantfile
mv opensuse-tw.sensitivity.io.Vagrantfile Vagrantfile
|
Vagrant Installation¶
If you need to set up Vagrant, then in one-line:
1 2 3 4 5 | vagrant init opensuse-tw-sensitivity.io
vagrant box add opensuse/opensuse-tw-sensitivity.io opensuse-tw.sensitivity.io.box
vagrant up
|
Accessing this Vagrant Image¶
- If you wish to gain access to a shell of the image used:
1 | vagrant ssh
|