Changes between Version 13 and Version 14 of InstallationGuidelines/Windows/Developer/Manual
- Timestamp:
- 12/12/11 10:11:41 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Windows/Developer/Manual
v13 v14 45 45 * http://launchpad.net/bzr/2.4/2.4.1/+download/bzr-2.4.1-1.win32-py2.7.exe 46 46 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 ({{{ssh-keygen}}}), and then push to your branch: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 48 * Unzip [http://eden.sahanafoundation.org/downloads/ssh.zip ssh.zip] to a folder in your path (e.g. 'windows') 49 49 * {{{set HOME = C:\Users\windowsusername}}} (Best to do this in System Properties | Environment Variables to preserve across boots) 50 50 * Create SSH keypair using [http://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Windows/Developer/Manual/ssh-keygen.cmd ssky-keygen.cmd] 51 *52 51 {{{ 53 52 bzr whoami "Full Name <email@address.org>"