Changes between Version 27 and Version 28 of InstallationGuidelines/Developer/PostPython


Ignore:
Timestamp:
01/07/14 23:18:41 (11 years ago)
Author:
gurlinthewurld
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Developer/PostPython

    v27 v28  
    3333
    3434If 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
     40To 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
     43Before running the command to clone the repo, make sure to run:
     44{{{
     45git config --global core.precomposeunicode true
     46}}}
    3547== Start Eden ==
    3648To test your installation of Eden, without Eclipse, you can start web2py from the command line: