mirror of https://github.com/LemmyNet/lemmy.git
parent
cc6c173828
commit
3bee6f6e31
|
@ -9,7 +9,7 @@
|
|||
```bash
|
||||
psql -c "create user lemmy with password 'password' superuser;" -U postgres
|
||||
psql -c 'create database lemmy with owner lemmy;' -U postgres
|
||||
export DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
|
||||
export LEMMY_DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
|
||||
```
|
||||
|
||||
#### Running
|
||||
|
|
Loading…
Reference in New Issue