summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--topics/starting_gn2_and_gn3.gmi6
1 files changed, 5 insertions, 1 deletions
diff --git a/topics/starting_gn2_and_gn3.gmi b/topics/starting_gn2_and_gn3.gmi
index 2ce6aed..1cfed14 100644
--- a/topics/starting_gn2_and_gn3.gmi
+++ b/topics/starting_gn2_and_gn3.gmi
@@ -1,6 +1,8 @@
# How to Start GN2 and GN3
-This document describes how we run GN2 and GN3 on the current production setup.
+This document describes in a short how we run GN2 and GN3 on the current production setup.
+
+Note that we should replace this with a system container.
This details how GN2/GN3 production are currently started. It's probably a good idea to create a shell script for starting GN3 like we have for GN2 at some point, since currently environment variables are set manually.
@@ -32,6 +34,8 @@ Start GN3 from the relevant directory
env FLASK_DEBUG=1 FLASK_APP="main.py" CORS_ORIGINS="http://gn2-zach.genenetwork.org:*,https://gn2-zach.genenetwork.org:*,http://genenetwork.org:*,https://genenetwork.org:*" flask run --port=8081
```
+GN3 has a settings.py file now. See the README.
+
## Start production on port 8087
```