From fef7dd79ee60bbf38b634f3a8acb6a22bfcf75ea Mon Sep 17 00:00:00 2001 From: lb1c Date: Fri, 19 May 2017 15:30:27 +0200 Subject: [PATCH] Update installation.rst --- docs/installation.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 5e0e513..9e402b7 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -15,11 +15,15 @@ Ready to contribute? Here's how to set up `dpaste` for local development. $ cd dpaste/ $ pip install -r requirements.txt -4. Run the commands:: +4. Copy the settings file and edit it, to meet your needs:: + + $ cp dpaste/settings/local.py.example dpaste/settings/local.py + $ nano dpaste/settings/local.py + +5. Initialze the database by running the command:: - $ python manage.py syncdb $ python manage.py migrate -5. Start up the webserver:: +6. Start up the webserver:: $ python manage.py runserver