Download Latest Version piPi.zip (950.1 kB)
Email in envelope

Get an email when there's a new version of piPi

Home
Name Modified Size InfoDownloads / Week
README.md 2015-09-16 619 Bytes
piPi.zip 2015-09-16 950.1 kB
Totals: 2 Items   950.8 kB 0

piPi

REQUIREMENTS

1.pgsql server
2.python2.7
3.python-pip
4.psycopg2
5.django 1.7
6.pytz

1) Fork the repositery piPi and clone the forked repositery

$ git clone 'link to your forked repository'

2) Create a database for piPi. 3) Edit settings.py file. Things to be edited are:

NAME : <db_name>
USER : <db_user>
PASSWORD : <db_password>

4) Goto the project directory and run the following commands.

$ python manage.py syncdb
$ python manage.py runserver

5) Open 'localhost:8000' in your browser.

Source: README.md, updated 2015-09-16