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


Ignore:
Timestamp:
01/07/14 23:17:36 (10 years ago)
Author:
gurlinthewurld
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Developer/PostPython

    v26 v27  
    3030
    3131,,'''Note''': the fact that we ensure that the name of the web2py application has no hyphen in, as otherwise it cannot run under Apache!
    32 
    33 
    34 '''Mac Users Note'''[[BR]]
    35 
    36 To avoid an issue that you may encounter with ongoing coding explained here:[[BR]]
    37 [http://eden.sahanafoundation.org/wiki/DeveloperGuidelines/Git#ForkYourOwnSahanaEdenRepository],[[BR]]
    38 which is explained in the following stackoverflow.com thread,[[BR]]
    39 [http://stackoverflow.com/questions/17829537/git-says-that-some-of-my-image-files-are-untracked-they-are-not][[BR]]
    40 
    41 Before running the above command to clone the repo, make sure to run:
    42 {{{
    43 git config --global core.precomposeunicode true
    44 }}}
    4532=== For Ongoing Development ===
    4633