1
0
Fork 0

first run setup

master
debian 2020-01-12 14:03:20 -07:00
parent 6ef5767a63
commit 1b4ff2c1f8
1 changed files with 11 additions and 0 deletions

View File

@ -54,6 +54,17 @@ workon satnogs-db
./bin/djangoctl.sh initialize
```
This will ask you a few questions, including asking for username/password.
Then create an `ssh` tunnel to the server, and log in here:
* http://localhost:8000
It will then say it is mailing a link to you to verify account, but
email isn't set up yet. So Go back to where you ran
`./bin/djangoctl.sh initialize` and you'll see in the log the link
to go to to verify your email address. Go there, then you can log in
as the superuser you created above.
# Upstream
See below for upstream README.