diff --git a/README.md b/README.md index 6d158b5..8a6811a 100644 --- a/README.md +++ b/README.md @@ -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