Update README

This commit is contained in:
Sibi Prabakaran 2018-08-25 22:14:40 +05:30
parent 6498a6365e
commit d6e39d96b8
No known key found for this signature in database
GPG Key ID: D19E3E0EBB557613

View File

@ -27,9 +27,12 @@ $ export PGSTRING=postgresql://postgres:password@localhost:5432/stackage
$ 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:
``` shellsession
$ export PGSTRING=postgresql://postgres:password@localhost:5432/stackage
$ stack exec stackage-server
```