Skip to content
Snippets Groups Projects
Commit 85586779 authored by Thomas Koentges's avatar Thomas Koentges
Browse files

Update README.md

parent d67c2d19
Branches master
No related tags found
No related merge requests found
......@@ -45,11 +45,11 @@ mkdir ~/somefolder/DHLeipzig/vagrant_boxes
cd ~/somefolder/DHLeipzig/vagrant_boxes
```
2. Move `DHLeipzig.box` to the new folder
3. Add `DHLeipzig.box` to Vagrant: `vagrant box add leipzigdh DHLeipzig.box`
4. Initialise the LeipzigDH.box: `vagrant init leipzigdh`
2. Move `IntroDH.box` to the new folder
3. Add `IntroDH.box` to Vagrant: `vagrant box add IntroDH IntroDH.box`
4. Initialise the IntroDH.box: `vagrant init IntroDH`
5. Start it for the first time:: `vagrant up`
6. Halt the LeipzigDH.box: `vagrant halt`
6. Halt the IntroDH.box: `vagrant halt`
7. Modify vagrantfile so it starts with a GUI and activate port-forwarding (lines you have to add). Find and uncomment in the vagrantfile (open with an editor of your choice):
```
config.vm.network "forwarded_port", guest: 3333, host: 3333 # To use OpenRefine on your host machine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment