diff options
author | Parth Buch | 2012-08-28 17:03:37 +0530 |
---|---|---|
committer | Parth Buch | 2012-08-28 17:03:37 +0530 |
commit | 7e38fd922a8dd4742d09758cd1c94fb0302045d3 (patch) | |
tree | b43d6ea8c47fb80e09e5e0bfd8759ac7d697addf /README | |
download | scipywebsite-7e38fd922a8dd4742d09758cd1c94fb0302045d3.tar.gz scipywebsite-7e38fd922a8dd4742d09758cd1c94fb0302045d3.tar.bz2 scipywebsite-7e38fd922a8dd4742d09758cd1c94fb0302045d3.zip |
Reboot for scipy 2012
Diffstat (limited to 'README')
-rw-r--r-- | README | 40 |
1 files changed, 40 insertions, 0 deletions
@@ -0,0 +1,40 @@ +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 |