1
0
Fork 0
master
debian 2020-01-12 13:27:47 -07:00
parent 1102402bde
commit 69837c007d
1 changed files with 13 additions and 0 deletions

View File

@ -42,6 +42,19 @@ npm install
./node_modules/.bin/gulp
```
## Run satnogs-db
```
cd satnogs-db # if you aren't there already
workon satnogs-db
./bin/djangoctl.sh develop .
```
## Populate satnogs-db
```
./bin/djangoctl.sh initialize
```
# Upstream
See below for upstream README.
# SatNOGS DB