Changes between Version 14 and Version 15 of InstallationGuidelines/Windows/Developer/Installer
- Timestamp:
- 04/26/12 09:47:43 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Windows/Developer/Installer
v14 v15 24 24 * dateutil-1.5.tar.gz 25 25 * 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) 28 27 29 28 == Maintenance == 30 29 * [InstallationGuidelines/Windows/Developer/Installer/Maintenance Maintenance Docs] 30 31 31 == Usage Guidelines == 32 32 Note: This will reuse any pre-installed Python-2.7 environment 33 33 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 36 39 {{{ 40 cd web2py/applications 41 git clone git@github.com:mygitusername/eden.git 37 42 cd eden 38 git pull43 git remote add upstream git://github.com/flavour/eden.git 39 44 }}} 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 41 47 == Next == 48 42 49 === Start Eden === 43 50 If you just want to test your installation of Eden, without Eclipse, you can start web2py from the command line: … … 46 53 python web2py.py 47 54 }}} 48 Then you can go open {{http://127.0.0.1:8000/eden}}in your internet browser to run Sahana Eden.55 Then you can go open http://127.0.0.1:8000/eden in your internet browser to run Sahana Eden. 49 56 50 57 === Install Eclipse ===