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


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

--

Legend:

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

    v15 v16  
    77
    88It 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)
    1010
    1111Includes:
     
    3232 Note: This will reuse any pre-installed Python-2.7 environment
    3333
    34 * Install Git and set up an account on GitHub:
     34* Install Git and set up an account on !GitHub:
    3535 * http://help.github.com/win-set-up-git/
    3636* Fork your own copy of Eden:
     
    3838* Clone your fork to your local machine
    3939{{{
    40 cd web2py/applications
     40c:
     41cd "\Program Files\Eden"
     42cd web2py\applications
    4143git clone git@github.com:mygitusername/eden.git
    4244cd eden
     
    5052If you just want to test your installation of Eden, without Eclipse, you can start web2py from the command line:
    5153{{{
    52 cd .. # the web2py main directory
     54cd web2py
    5355python web2py.py
    5456}}}