README
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 16 Nov 2010 17:34:36 +0530
branchpayments
changeset 259 93cc238021ae
parent 1 fda1c66b25f9
child 521 eaa64de2887f
permissions -rw-r--r--
Modify the help text for details field to be more harsh on users so that they are clear as to what they are supposed to provide.

README
======

Prerequisites for Linux
-----------------------

Following software is required:

* Mercurial (easy_install Mercurial)
* git

Prerequisites for Windows
-------------------------

Following software is required:

* TortoiseHG
* msysGit

Quick Install:
--------------

cd ~/projects/
hg clone https://vshivak@bitbucket.org/vshivak/kiwipycon/ kiwipycon
cd kiwipycon
python bootstrap.py
./bin/buildout -v -c development.cfg
./bin/django runserver_plus 8022

# A WSGI web server should be running on your box at this point.
# Open a web browser and go to URL http://localhost:8022/
# to see your development version of http://nz.pycon.org/

Sponsor data:
-------------

Sponsor data can imported into development db.:

cat sponsor.sql | sqlite3 project.db