summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README40
1 files changed, 40 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..4517999
--- /dev/null
+++ b/README
@@ -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