Changes between Version 15 and Version 16 of InstallationGuidelines/Windows/Developer/Installer
- Timestamp:
- 04/26/12 09:52:17 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Windows/Developer/Installer
v15 v16 7 7 8 8 It is designed for use by Developers. 9 * http://eden.sahanafoundation.org/Eden-Python-Installer-Dev.exe ( 112Mb)9 * http://eden.sahanafoundation.org/Eden-Python-Installer-Dev.exe (48Mb) 10 10 11 11 Includes: … … 32 32 Note: This will reuse any pre-installed Python-2.7 environment 33 33 34 * Install Git and set up an account on GitHub:34 * Install Git and set up an account on !GitHub: 35 35 * http://help.github.com/win-set-up-git/ 36 36 * Fork your own copy of Eden: … … 38 38 * Clone your fork to your local machine 39 39 {{{ 40 cd web2py/applications 40 c: 41 cd "\Program Files\Eden" 42 cd web2py\applications 41 43 git clone git@github.com:mygitusername/eden.git 42 44 cd eden … … 50 52 If you just want to test your installation of Eden, without Eclipse, you can start web2py from the command line: 51 53 {{{ 52 cd .. # the web2py main directory54 cd web2py 53 55 python web2py.py 54 56 }}}