equal
deleted
inserted
replaced
|
1 README |
|
2 ====== |
|
3 |
|
4 Prerequisites for Linux |
|
5 ----------------------- |
|
6 |
|
7 Following software is required: |
|
8 |
|
9 * Mercurial (easy_install Mercurial) |
|
10 * git |
|
11 |
|
12 Prerequisites for Windows |
|
13 ------------------------- |
|
14 |
|
15 Following software is required: |
|
16 |
|
17 * TortoiseHG |
|
18 * msysGit |
|
19 |
|
20 Quick Install: |
|
21 -------------- |
|
22 |
|
23 cd ~/projects/ |
|
24 hg clone https://vshivak@bitbucket.org/vshivak/kiwipycon/ kiwipycon |
|
25 cd kiwipycon |
|
26 python bootstrap.py |
|
27 ./bin/buildout -v -c development.cfg |
|
28 ./bin/django runserver_plus 8022 |
|
29 |
|
30 # A WSGI web server should be running on your box at this point. |
|
31 # Open a web browser and go to URL http://localhost:8022/ |
|
32 # to see your development version of http://nz.pycon.org/ |
|
33 |
|
34 Sponsor data: |
|
35 ------------- |
|
36 |
|
37 Sponsor data can imported into development db.: |
|
38 |
|
39 cat sponsor.sql | sqlite3 project.db |