Update installation.rst

This commit is contained in:
lb1c 2017-05-19 15:30:27 +02:00 committed by GitHub
parent 4ae6e0aaa6
commit fef7dd79ee

View file

@ -15,11 +15,15 @@ Ready to contribute? Here's how to set up `dpaste` for local development.
$ cd dpaste/ $ cd dpaste/
$ pip install -r requirements.txt $ 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 $ python manage.py migrate
5. Start up the webserver:: 6. Start up the webserver::
$ python manage.py runserver $ python manage.py runserver