1
0
Fork 0

update install notes

master
debian 2020-01-24 13:12:08 -07:00
parent 8fb90371a2
commit 62fecb9034
1 changed files with 5 additions and 1 deletions

View File

@ -38,6 +38,9 @@ git clone https://spacecruft.org/spacecruft/satnogs-network.git
cd satnogs-network
mkvirtualenv --python=/usr/bin/python3 satnogs-network -a .
cp env-dist .env
# Set values in .env thusly:
ALLOWED_HOSTS=network.satnogs.spacecruft.org
# and SECRET_KEY to a long random string
vim .env
npm install
./node_modules/.bin/gulp
@ -47,7 +50,7 @@ npm install
Note, you may have to change the listen IP and port:
```
vim vim bin/djangoctl.sh
vim bin/djangoctl.sh
# Change:
exec "$MANAGE_CMD" runserver 0.0.0.0:8000
# To:
@ -66,6 +69,7 @@ While `./bin/djangoctl.sh develop .` is running above, in another terminal
run:
```
workon satnogs-network
./bin/djangoctl.sh initialize
```