From 1f549bd736b897616771a6542e4790c031e8be35 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Mon, 14 Mar 2016 11:33:05 +0000 Subject: [PATCH] Fix some minor errors/typos --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 189fcd2..6ff49b7 100644 --- a/README.rst +++ b/README.rst @@ -20,12 +20,12 @@ For ease of future use, configure virtualenvs from your .bash_profile:: To activate the environment in future sessions, run:: - $ workon helpdesk + $ workon pgperffarm Then, install the required modules. Note that we use Django 1.8.11 as that's what is currently supported on the postgresql.org infrastructure:: - $ PATH=$PATH:/usr/local/pgsql/bin pip install -r requirements.txt + $ PATH=$PATH:/usr/local/pgsql/bin pip install -r web/requirements.txt Next, create a settings_local.py file:: @@ -37,6 +37,7 @@ on your PostgreSQL server. Finally, synchronise the database:: + $ cd web $ python manage.py syncdb That should be all. To test, run the following command and point a browser at -- 2.39.5