mirror of
https://github.com/pinry/pinry.git
synced 2025-11-16 09:55:50 +01:00
Update README.md
Update Development notes.
This commit is contained in:
@@ -22,6 +22,7 @@ bypass all these risks and just host it myself.
|
|||||||
|
|
||||||
Pinry has two different customizable configurations:
|
Pinry has two different customizable configurations:
|
||||||
|
|
||||||
|
|
||||||
### Development
|
### Development
|
||||||
|
|
||||||
Have virtualenv and pip installed. You may also need to have the build
|
Have virtualenv and pip installed. You may also need to have the build
|
||||||
@@ -33,7 +34,7 @@ Note: On Ubuntu you can get the build deps by running
|
|||||||
$ git clone git://github.com/overshard/pinry.git
|
$ git clone git://github.com/overshard/pinry.git
|
||||||
$ cd pinry
|
$ cd pinry
|
||||||
$ virtualenv .
|
$ virtualenv .
|
||||||
$ bin/pip install -r requirements/development.txt
|
$ bin/pip install -r development.txt
|
||||||
$ bin/python manage.py syncdb
|
$ bin/python manage.py syncdb
|
||||||
$ bin/python manage.py migrate
|
$ bin/python manage.py migrate
|
||||||
$ bin/python manage.py runserver
|
$ bin/python manage.py runserver
|
||||||
|
|||||||
Reference in New Issue
Block a user