Changes between Version 24 and Version 25 of install


Ignore:
Timestamp:
2011-02-28T19:22:51Z (13 years ago)
Author:
Pan Luo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • install

    v24 v25  
    6262 or check out the code from SVN
    6363 * Ensure that all the scripts have the appropriate owner (if PHP is running in safe mode, having some scripts with an owner different from the owner of other scripts will be a problem). See FAQ section for suggestions.
    64  * Change the tmp directory permission:
     64 * Change the tmp and upload directory permission:
    6565{{{
    66  chmod -R 777 app/tmp
     66 chmod -R 777 app/tmp app/upload
    6767}}}
    6868