diff options
author | Pjotr Prins | 2019-02-18 11:28:41 +0000 |
---|---|---|
committer | Pjotr Prins | 2019-02-18 11:30:48 +0000 |
commit | 96e4efe928773b292f3d3b9b7ef3c23e5ec003fc (patch) | |
tree | 82d6249287e2115ebe09e4509c5022145d6482de | |
parent | 496759ad08efb02b4268ea7f3bbb7905974237e9 (diff) | |
download | genenetwork2-96e4efe928773b292f3d3b9b7ef3c23e5ec003fc.tar.gz |
Note on running tests
-rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -27,9 +27,18 @@ genenetwork2 (default is http://localhost:5003/). For full examples (you'll need to set a number of environment variables), including running scripts and -a Python REPL, see the startup script +a Python REPL, for example + +```sh +env GN2_PROFILE=~/opt/gn-latest GENENETWORK_FILES=~/data/gn2_data ./bin/genenetrk2 +``` + +see the startup script [./bin/genenetwork2](https://github.com/genenetwork/genenetwork2/blob/testing/bin/genenetwork2). +Also Mysql and Elasticsearch need to be running, see +[INSTALL](./doc/README.org). + ## Testing We are building 'Mechanical Rob' automated testing using Python |