Skip to content

Commit

Permalink
Explain development mode in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
scollazo committed Feb 14, 2018
1 parent 5654b00 commit ed6de69
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions playbooks/archivematica-centos7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,11 @@ plugin that installs the host's Virtualbox Guest Additions on the guest system :
$ vagrant vbguest
```
## Using Vagrant as a local development environment
Due to problems when building npm packages from a shared folder, you need to change the Vagranfile in the following way:
* Uncomment the line that starts with "archivematica_src_dir"
* Set the archivematica_src_environment_type to "development"
Those changes will avoid building of npm packages, so the task must be done by hand.
For more archivematica development information, see: https://wiki.archivematica.org/Getting_started
8 changes: 8 additions & 0 deletions playbooks/archivematica/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,12 @@ Deploy](docs/digital-ocean-install-example.rst) document.
$ vagrant vbguest
```
## Using Vagrant as a local development environment
Due to problems when building npm packages from a shared folder, you need to change the Vagranfile in the following way:
* Uncomment the line that starts with "archivematica_src_dir"
* Set the archivematica_src_environment_type to "development"
Those changes will avoid building of npm packages, so the task must be done by hand.
For more archivematica development information, see: https://wiki.archivematica.org/Getting_started

0 comments on commit ed6de69

Please sign in to comment.