mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-02-17 13:25:48 +01:00
Update README
This commit is contained in:
parent
6498a6365e
commit
d6e39d96b8
@ -27,9 +27,12 @@ $ export PGSTRING=postgresql://postgres:password@localhost:5432/stackage
|
|||||||
$ stack exec stackage-server-cron
|
$ stack exec stackage-server-cron
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note that you need to modify the PGSTRING according to your actual database configuration. Also, you need to create an empty database before running the cron job.
|
||||||
|
|
||||||
After this, try running in the stackage server:
|
After this, try running in the stackage server:
|
||||||
|
|
||||||
``` shellsession
|
``` shellsession
|
||||||
|
$ export PGSTRING=postgresql://postgres:password@localhost:5432/stackage
|
||||||
$ stack exec stackage-server
|
$ stack exec stackage-server
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user