From d6e39d96b88f6ff619278e6682e17b37391ad0cf Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Sat, 25 Aug 2018 22:14:40 +0530 Subject: [PATCH] Update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6b04a84..d6fcb07 100644 --- a/README.md +++ b/README.md @@ -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 ```