Changes between Version 109 and Version 110 of ConfigurationGuidelines
- Timestamp:
- 04/22/14 02:07:52 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConfigurationGuidelines
v109 v110 7 7 {{{ 8 8 cd ~web2py/applications/eden 9 git remote set-url origin git @github.com:username/eden.git9 git remote set-url origin git://github.com/USERNAME/eden.git 10 10 pull 11 11 }}} 12 (replace ' username' & 'eden' as-required)12 (replace 'USERNAME' & 'eden' as-required) 13 13 14 14 'pull' assumes that the appropriate management script is installed, otherwise can use the individual commands contained therein: git pull, etc