Changes between Version 27 and Version 28 of InstallationGuidelines/Developer/PostPython
- Timestamp:
- 01/07/14 23:18:41 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Developer/PostPython
v27 v28 33 33 34 34 If you intend to develop for Sahana Eden and have your code pulled into Trunk you need to follow the instructions [DeveloperGuidelines/Git#ForkYourOwnSahanaEdenRepository Fork Your Own Sahana Eden Repository] to be able to {{{pull}}} new updates and {{{push}}} changes. 35 36 37 38 '''Mac Users Note'''[[BR]] 39 40 To avoid an issue that you may encounter with ongoing coding which is explained in the following stackoverflow.com thread,[[BR]] 41 [http://stackoverflow.com/questions/17829537/git-says-that-some-of-my-image-files-are-untracked-they-are-not][[BR]] 42 43 Before running the command to clone the repo, make sure to run: 44 {{{ 45 git config --global core.precomposeunicode true 46 }}} 35 47 == Start Eden == 36 48 To test your installation of Eden, without Eclipse, you can start web2py from the command line: