diff options
author | Pjotr Prins | 2018-09-05 09:49:09 +0000 |
---|---|---|
committer | Pjotr Prins | 2018-09-05 09:49:09 +0000 |
commit | 33e2e09d00881de9b07274bc52b58587e5135cab (patch) | |
tree | 86492a323eece8a67cc85156a72505199b444886 /README.md | |
parent | b3c2253a99ff9495a0132f466df825340ddf367c (diff) | |
download | genenetwork2-33e2e09d00881de9b07274bc52b58587e5135cab.tar.gz |
ELASTICSEARCH settings and fix runserver.py to run without gunicorn
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -25,9 +25,15 @@ Once installed GN2 can be run online through a browser interface 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 +(default is http://localhost:5003/). A quick example is + +```sh +env GN2_PROFILE=~/opt/gn-latest SERVER_PORT=5300 GENENETWORK_FILES=~/data/gn2_data/ ./bin/genenetwork2 ./etc/default_settings.py -gunicorn-dev +``` + +For full examples (you may need to set a number of environment +variables), including running scripts and a Python REPL, also see the +startup script [./bin/genenetwork2](https://github.com/genenetwork/genenetwork2/blob/testing/bin/genenetwork2). ## Testing |