Changes between Version 11 and Version 12 of InstallationGuidelines/Windows/Developer/Manual


Ignore:
Timestamp:
12/12/11 10:09:49 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Windows/Developer/Manual

    v11 v12  
    4545 * http://launchpad.net/bzr/2.4/2.4.1/+download/bzr-2.4.1-1.win32-py2.7.exe
    4646
     47Once 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:
     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 {{{ssky-keygen.cmd}}}
     51 *
     52{{{
     53bzr whoami "Full Name <email@address.org>"
     54bzr add
     55bzr remove
     56bzr commit
     57bzr launchpad-login mylpusername
     58bzr push lp:~mylpusername/sahana-eden/mybranch
     59}}}
    4760== Next ==
    4861Install Web2Py & Sahana: