| 47 | | Once you have done some hacking & are ready to share this with others, then [https://login.launchpad.net/+login register for an account on LaunchPad], generate an SSH Key, and then push to your branch: |
| 48 | | * Unzip [http://eden.sahanafoundation.org/downloads/ssh.zip ssh.zip] to a folder in your path (e.g. 'windows') |
| 49 | | * {{{set HOME = C:\Users\windowsusername}}} (Best to do this in System Properties | Environment Variables to preserve across boots) |
| 50 | | * Create SSH keypair using [http://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Windows/Developer/Manual/ssh-keygen.cmd ssky-keygen.cmd] |
| 51 | | {{{ |
| 52 | | bzr whoami "Full Name <email@address.org>" |
| 53 | | bzr add |
| 54 | | bzr remove |
| 55 | | bzr commit |
| 56 | | bzr launchpad-login mylpusername |
| 57 | | bzr push lp:~mylpusername/sahana-eden/mybranch |
| 58 | | }}} |
| | 46 | If you want to develop using the forks feature of github (which are basically branches - but in your own repository) or by direct code commits to the eden repository, you have to [https://github.com/signup/free create a GitHub account]. After that you can setup your GIT by configureing your SSH Keys and accountdata. A pretty good tutorial is available at the [http://help.github.com/win-set-up-git/ GitHub-Manual]. |