1
0
Fork 0

port, deps

master
debian 2020-01-12 15:44:47 -07:00
parent 2c81e998cb
commit 7322218995
1 changed files with 12 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Set up for Debian Buster.
```
apt update
apt install -t buster-backports apache2
apt install python3 virtualenvwrapper python3-pip git python3-certbot-apache npm libmariadbclient-dev
apt install python3 virtualenvwrapper python3-pip git python3-certbot-apache npm default-libmysqlclient-dev libmariadbclient-dev
# Set up SSL
certbot
```
@ -44,6 +44,17 @@ npm install
```
## Run satnogs-network
Note, you may have to change the listen IP and port:
```
vim vim bin/djangoctl.sh
# Change:
exec "$MANAGE_CMD" runserver 0.0.0.0:8000
# To:
exec "$MANAGE_CMD" runserver 127.0.0.1:8100
```
Then start the thing:
```
cd satnogs-network # if you aren't there already
workon satnogs-network