aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2015-04-17 14:41:40 +0200
committerPjotr Prins2015-04-17 14:41:40 +0200
commitbb8e466e00c622f7b28209378c1871a1d8469572 (patch)
tree894d164406a9484bf460fad3ab7b7b91e7de461e
parent25bb886b733362edea657c72e7d29172b7e22755 (diff)
downloadgenenetwork2-bb8e466e00c622f7b28209378c1871a1d8469572.tar.gz
spacing
-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
```