Changes between Version 16 and Version 17 of InstallationGuidelines/Windows/Developer/Installer
- Timestamp:
- 04/26/12 12:06:06 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Windows/Developer/Installer
v16 v17 7 7 8 8 It 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) 10 10 11 11 Includes: … … 25 25 * tweepy-1.8.tar.gz 26 26 * web2py 1.99.7 (2012-04-06 09:12:48) 27 * eden 6b2cc5b (2012-04-22 17:05:51) 27 28 28 29 == Maintenance == … … 36 37 * Fork your own copy of Eden: 37 38 * https://github.com/flavour/eden/fork_select 38 * Clone your fork to your local machine39 * Update your local repo: 39 40 {{{ 40 c: 41 cd "\Program Files\Eden" 42 cd web2py\applications 43 git clone git@github.com:mygitusername/eden.git 44 cd eden 41 cd web2py\applications\eden 42 git pull 43 }}} 44 * Modify the source for this version, by editing eden\.git\config 45 {{{ 46 url = git@github.com:mygitusername/eden.git 47 }}} 48 * Add trunk as the upstream: 49 {{{ 45 50 git remote add upstream git://github.com/flavour/eden.git 46 51 }}}