Skip to content

Commit

Permalink
RA-1335: Updated readme - Vagrant marked outdated and added SDK (#216)
Browse files Browse the repository at this point in the history
* RA-1335: Updated readme to reflect Vagrant being outdated and added OpenMRS SDK method - Edit #1

* RA-1335: Removed Vagrant reference and added SDK link
  • Loading branch information
merovingienne authored and dkayiwa committed Mar 22, 2017
1 parent afcf53d commit 40a131f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ openmrs-distro-referenceapplication

[![Build Status](https://saucelabs.com/browser-matrix/rkorytkowski.svg)](https://saucelabs.com/open_sauce/user/openmrs)

## Running locally with Vagrant
https://wiki.openmrs.org/x/CIC3Ag
## Running with OpenMRS SDK

Please follow the instructions at the [OpenMRS SDK Wiki page](https://wiki.openmrs.org/display/docs/OpenMRS+SDK). Set up a server with the Reference Application distribution.


### Running ui-tests locally:

Expand Down Expand Up @@ -43,3 +45,9 @@ And that's it!
If you would like to setup a similar configuraiton for your distribution, please have a look at [.travis.yml](https://github.com/openmrs/openmrs-distro-referenceapplication/blob/master/.travis.yml). The test server is created using `openmrs-sdk:build-distro` and started with `docker-compose up` on Travis-CI.

Travis-CI creates a tunnel to SauceLabs, which allows SauceLabs to access the test server and execute tests against that server in a browser. In order to speed up the build, we always run 5 UI tests in parallel using agents provided by SauceLabs. The test server is automatically terminated by Travis-CI once tests are done.


## Running locally with Vagrant

As of March 2017, the resources for this method are outdated/ no longer maintained.
https://wiki.openmrs.org/x/CIC3Ag

0 comments on commit 40a131f

Please sign in to comment.