mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Update installation.rst
This commit is contained in:
parent
4ae6e0aaa6
commit
fef7dd79ee
1 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue