diff options
author | zsloan | 2020-04-28 11:51:00 -0500 |
---|---|---|
committer | zsloan | 2020-04-28 11:51:00 -0500 |
commit | d4061f13f30c6fbb48180dcd6d65fda200731d81 (patch) | |
tree | e75bd1de707a99683bd53585c4d01b6c3dfd979d /doc | |
parent | d2c7f76294cd7a1158402cdc67e0382bead17619 (diff) | |
parent | 86d885f5f2e1069a5b1606296a71992805486aec (diff) | |
download | genenetwork2-d4061f13f30c6fbb48180dcd6d65fda200731d81.tar.gz |
Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/README.org b/doc/README.org index 828ed2cd..c2ef2d57 100644 --- a/doc/README.org +++ b/doc/README.org @@ -57,6 +57,12 @@ or you can set environment variables to override individual parameters, e.g. the debug and logging switches can be particularly useful when developing GN2. +* Running Redis + +Install redis. Make sure you add the setting: + +: appendonly yes + * Run MariaDB server ** Install MariaDB with GNU GUIx |