Skip to content

Commit

Permalink
GPII-2088 - More details about where application is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Tirloni committed Oct 20, 2016
1 parent 36d63f8 commit 2cd956c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ From the root of the `universal` folder, run the following command:
#### Running tests using a VM
A VM can be automatically created using tools provided by the [Prosperity4All Quality Infrastructure](https://github.com/GPII/qi-development-environments/). Please ensure the [requirements](https://github.com/GPII/qi-development-environments/#requirements) have been met. The ``vagrant up`` command can then be used to provision a new VM.

Within the VM, the application will be installed in the directory specified by the nodejs_app_install_dir variable, which is defined in the provisioning/vagrant-vars.yml configuration file in this repository. By default it is set to "/home/vagrant/sync/node_modules/universal".

Following the provisioning phase, tests can be run in the VM directly from the host system, without the need to log into the VM or interact with its console.

From your project's top-level directory (where the Vagrantfile and Gruntfile.js files reside), run:
Expand Down

0 comments on commit 2cd956c

Please sign in to comment.