From 9323513794daaeb082d3e9c7c04af043fb5ebd98 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 14 Oct 2018 18:45:40 +0300 Subject: [PATCH] README.md: Update instructions --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6e4679..017ee07 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,13 @@ Create a Python virtual environment and install the dependencies: $ . venv/bin/activate $ pip install -r requirements.txt -Set up the environment variables Solr and PostgreSQL: +Set up the environment variables for Solr and PostgreSQL: $ export SOLR_SERVER=http://localhost:8080/solr - $ + $ export DATABASE_NAME=dspacestatistics + $ export DATABASE_USER=dspacestatistics + $ export DATABASE_PASS=dspacestatistics + $ export DATABASE_HOST=localhost $ gunicorn app:api ## Deployment