17 | | 2. Install Bazaar |
18 | | 3. {{{bzr branch lp:~mdipierro/web2py/devel web2py}}} |
19 | | 4. {{{cd web2py/applications}}} |
20 | | 5. {{{bzr branch lp:~hasanatkazmi/sahana/p2psync}}} |
21 | | 6. {{{cd p2psync/cron}}} |
| 17 | 2. Install git |
| 18 | 3. Sign up for an account on GitHub |
| 19 | 4. Fork the Eden Branch: https://github.com/flavour/eden/fork_select |
| 20 | 5. Use Git to clone this down to your PC: |
| 21 | 6. |
| 22 | {{{ |
| 23 | cd web2py/applications |
| 24 | git clone git@github.com:mygitusername/eden.git |
| 25 | cd eden |
| 26 | git remote add upstream git://github.com/flavour/eden.git |
| 27 | }}} |