diff options
author | Pjotr Prins | 2020-07-27 09:13:54 +0100 |
---|---|---|
committer | GitHub | 2020-07-27 09:13:54 +0100 |
commit | 97128f26c5a6ca38d49656f2fb4ab6d4306107d2 (patch) | |
tree | 16e0936453576a1c73ea4eff1ae959a32a98348e /README.md | |
parent | 68bd586b05ae5f3cb90829d2a108901b5b1d87a6 (diff) | |
parent | 56ad14434435133b9ef90870f50a52bd158bd6ba (diff) | |
download | genenetwork2-97128f26c5a6ca38d49656f2fb4ab6d4306107d2.tar.gz |
Merge pull request #411 from pjotrp/testing
Updating docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -19,7 +19,8 @@ developers). See the [installation docs](doc/README.org). ## Run -Once installed GN2 can be run online through a browser interface +Once having installed GN2 it can be run through a browser +interface ```sh genenetwork2 @@ -35,7 +36,7 @@ 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). -Also Mysql and Elasticsearch need to be running, see +Also mariadb and redis need to be running, see [INSTALL](./doc/README.org). ## Testing @@ -103,10 +104,10 @@ Contribute to GN2 source code by forking the [github repository](https://github.com/genenetwork/genenetwork2/) with git and sending us pull requests. -For development GN2 has a -[mailing list](http://listserv.uthsc.edu/mailman/listinfo/genenetwork-dev) -and an active IRC channel #genenetwork on freenode.net with a -[web interface](http://webchat.freenode.net/). +For development GN2 has a [mailing +list](http://listserv.uthsc.edu/mailman/listinfo/genenetwork-dev) and +an active IRC channel #genenetwork on freenode.net with a [web +interface](http://webchat.freenode.net/). ## License |