aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPjotr Prins2019-02-18 11:28:41 +0000
committerPjotr Prins2019-02-18 11:30:48 +0000
commit96e4efe928773b292f3d3b9b7ef3c23e5ec003fc (patch)
tree82d6249287e2115ebe09e4509c5022145d6482de /README.md
parent496759ad08efb02b4268ea7f3bbb7905974237e9 (diff)
downloadgenenetwork2-96e4efe928773b292f3d3b9b7ef3c23e5ec003fc.tar.gz
Note on running tests
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..c9582d0f 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/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