Changes between Version 16 and Version 17 of InstallationGuidelines/Windows/Developer/Installer


Ignore:
Timestamp:
04/26/12 12:06:06 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

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

    v16 v17  
    77
    88It is designed for use by Developers.
    9  * http://eden.sahanafoundation.org/Eden-Python-Installer-Dev.exe (48Mb)
     9 * http://eden.sahanafoundation.org/Eden-Python-Installer-Dev.exe (114Mb)
    1010
    1111Includes:
     
    2525 * tweepy-1.8.tar.gz
    2626 * web2py 1.99.7 (2012-04-06 09:12:48)
     27 * eden 6b2cc5b (2012-04-22 17:05:51)
    2728
    2829== Maintenance ==
     
    3637* Fork your own copy of Eden:
    3738 * https://github.com/flavour/eden/fork_select
    38 * Clone your fork to your local machine
     39* Update your local repo:
    3940{{{
    40 c:
    41 cd "\Program Files\Eden"
    42 cd web2py\applications
    43 git clone git@github.com:mygitusername/eden.git
    44 cd eden
     41cd web2py\applications\eden
     42git pull
     43}}}
     44* Modify the source for this version, by editing eden\.git\config
     45{{{
     46url = git@github.com:mygitusername/eden.git
     47}}}
     48* Add trunk as the upstream:
     49{{{
    4550git remote add upstream git://github.com/flavour/eden.git
    4651}}}