Merge pull request #91 from lb1c/patch-1

Update installation.rst
This commit is contained in:
Martin Mahner 2017-07-14 11:57:41 +02:00 committed by GitHub
commit fc44b12504

View file

@ -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