| 35 | |
| 36 | == Install Bzr == |
| 37 | We use the [http://wiki.bazaar.canonical.com/ Bazaar] Distributed Version Control System |
| 38 | Several downloads are [http://wiki.bazaar.canonical.com/WindowsDownloads available], but we recommend using the Python Installer: |
| 39 | * http://launchpad.net/bzr/2.4/2.4.1/+download/bzr-2.4.1-1.win32-py2.7.exe |
| 40 | |
| 41 | == Install Web2Py == |
| 42 | As a Developer, it is best to run the Trunk version of Web2Py, so that you can fine-tune the version that you have installed & get involved with the Web2Py developer community. |
| 43 | {{{ |
| 44 | bzr branch |
| 45 | }}} |
| 46 | |
| 47 | There are occasional issues with the latest Trunk, so you may need to try a slightly older revision. |
| 48 | {{{ |
| 49 | cd web2py |
| 50 | bzr revert -r <revision> |
| 51 | }}} |
| 52 | |
| 53 | == Install Sahana == |
| 54 | As a Developer, you should generally run the Trunk version of Web2Py, so that you can submit patches against the latest code: |
| 55 | {{{ |
| 56 | cd web2py/applications |
| 57 | bzr branch lp:sahana-eden eden |
| 58 | }}} |
| 59 | |
| 60 | NB Note the fact that we ensure that the name of the web2py application has no hyphen in, as otherwise it cannot run! |