aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorzsloan2019-02-18 10:41:13 -0600
committerGitHub2019-02-18 10:41:13 -0600
commit91df491997694f1482119add20bb93bdd2f9e69b (patch)
treecf7bfb141eb8c77ded68c2a1214589226f82e925 /README.md
parent57d6d5c279a0386cd6e6ebd1c075c97487a3ee13 (diff)
parent6167e78f7c37b26f5226936e8eff0fe31be8691e (diff)
downloadgenenetwork2-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.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 59645994..523eeb76 100644
--- a/README.md
+++ b/README.md
@@ -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