1
0
Fork 0

install notes

master
debian 2020-01-12 13:48:21 -07:00
parent 69837c007d
commit 6ef5767a63
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,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
apt install python3 virtualenvwrapper python3-pip git python3-certbot-apache npm libmariadbclient-dev
# Set up SSL
certbot
```
@ -35,7 +35,7 @@ workon
```
git clone https://spacecruft.org/spacecruft/satnogs-db.git
cd satnogs-db
mkvirtualenv satnogs-db -a .
mkvirtualenv --python=/usr/bin/python3 satnogs-db -a .
cp env-dist .env
vim .env
npm install