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


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

--

Legend:

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

    v14 v15  
    2424 * dateutil-1.5.tar.gz
    2525 * tweepy-1.8.tar.gz
    26  * web2py 1.99.3 (2011-12-13 15:31:01)
    27  * eden r3160
     26 * web2py 1.99.7 (2012-04-06 09:12:48)
    2827
    2928== Maintenance ==
    3029 * [InstallationGuidelines/Windows/Developer/Installer/Maintenance Maintenance Docs]
     30
    3131== Usage Guidelines ==
    3232 Note: This will reuse any pre-installed Python-2.7 environment
    3333
    34  * Install Git
    35  * Update Eden:
     34* Install Git and set up an account on GitHub:
     35 * http://help.github.com/win-set-up-git/
     36* Fork your own copy of Eden:
     37 * https://github.com/flavour/eden/fork_select
     38* Clone your fork to your local machine
    3639{{{
     40cd web2py/applications
     41git clone git@github.com:mygitusername/eden.git
    3742cd eden
    38 git pull
     43git remote add upstream git://github.com/flavour/eden.git
    3944}}}
    40  * copy deployment-templates/models/000_config.py to /models and set FINISHED_EDITING_CONFIG_FILE = False
     45* copy {{{deployment-templates/models/000_config.py}}} to {{{/models}}} and set FINISHED_EDITING_CONFIG_FILE = False
     46
    4147== Next ==
     48
    4249=== Start Eden ===
    4350If you just want to test your installation of Eden, without Eclipse, you can start web2py from the command line:
     
    4653python web2py.py
    4754}}}
    48 Then you can go open {{http://127.0.0.1:8000/eden}} in your internet browser to run Sahana Eden.
     55Then you can go open http://127.0.0.1:8000/eden in your internet browser to run Sahana Eden.
    4956
    5057=== Install Eclipse ===