Skip to content

Commit

Permalink
Add workaround for shared folders issue
Browse files Browse the repository at this point in the history
  • Loading branch information
scollazo committed Feb 14, 2018
1 parent 2ebb57c commit 501f909
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions playbooks/archivematica/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,10 @@ Deploy](docs/digital-ocean-install-example.rst) document.

6. The ansible playbook `singlenode.yml` specified in the Vagrantfile will provision using stable branches of archivematica. To provision using the qa 1.x/0.x branches, replace "vars-singlenode-1.6.yml" with "vars-singlenode-qa.yml" in `singlenode.yml`. You can also modify create a custom vars file and pass it instead (to modify role variables to deploy custom branches, etc.)

7. If you get errors regardig the Vagrant shared folders, they are usually due to different versions of Virtualbox. One way to fix it, is using a vagrant plugin that installs the host's Virtualbox Guest Additions on the guest system :
```
$ vagrant plugin install vagrant-vbguest
$ vagrant vbguest
```

For more archivematica development information, see: https://wiki.archivematica.org/Getting_started

0 comments on commit 501f909

Please sign in to comment.