diff options
author | Pjotr Prins | 2015-04-17 14:41:40 +0200 |
---|---|---|
committer | Pjotr Prins | 2015-04-17 14:41:40 +0200 |
commit | bb8e466e00c622f7b28209378c1871a1d8469572 (patch) | |
tree | 894d164406a9484bf460fad3ab7b7b91e7de461e /INSTALL.md | |
parent | 25bb886b733362edea657c72e7d29172b7e22755 (diff) | |
download | genenetwork2-bb8e466e00c622f7b28209378c1871a1d8469572.tar.gz |
spacing
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 ``` |