aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 84b3d37c..38d15090 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -53,12 +53,12 @@ SECRET_HMAC_CODE = '*'
```
```sh
- export WQFLASK_SETTINGS=$HOME/settings.py
- source /home/pjotr/ve27/bin/activate
- cd genenetwork2/wqflask
- python ./runserver.py
+export WQFLASK_SETTINGS=$HOME/settings.py
+source /home/pjotr/ve27/bin/activate
+cd genenetwork2/wqflask
+python ./runserver.py
- or
+or
- python ./secure_server.py
+python ./secure_server.py
```