diff options
author | zsloan | 2019-02-18 10:41:13 -0600 |
---|---|---|
committer | GitHub | 2019-02-18 10:41:13 -0600 |
commit | 91df491997694f1482119add20bb93bdd2f9e69b (patch) | |
tree | cf7bfb141eb8c77ded68c2a1214589226f82e925 /README.md | |
parent | 57d6d5c279a0386cd6e6ebd1c075c97487a3ee13 (diff) | |
parent | 6167e78f7c37b26f5226936e8eff0fe31be8691e (diff) | |
download | genenetwork2-91df491997694f1482119add20bb93bdd2f9e69b.tar.gz |
Merge pull request #356 from pjotrp/gn-testing
Updated instructions and SERVER_PORT for single flask server
Diffstat (limited to 'README.md')
-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/genenetwork2 +``` + +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 |