diff options
author | Pjotr Prins | 2020-04-28 11:19:54 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-04-28 11:19:54 -0500 |
commit | 86d885f5f2e1069a5b1606296a71992805486aec (patch) | |
tree | ac4b9b2311ff92a16fe9ed853c4ec9842eaa1407 /doc | |
parent | 278ef9b0b4283a30ad7bad1323075241db156510 (diff) | |
download | genenetwork2-86d885f5f2e1069a5b1606296a71992805486aec.tar.gz |
Redis setting
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 |