~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Chad Heuschober
  • Date: 2011-08-03 13:25:31 UTC
  • mto: (1.26.1 push-trunk)
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: chad.heuschober@mail.cuny.edu-20110803132531-nhxv1kg185qxl3i2
Fixed some hangovers from the additions of the downloads directory that didn't include data/downloads in cleanup / permissions setting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
   directories, execute the following commands from the project root:
54
54
 
55
55
  sudo chgrp -R WEB_GROUP cache/ log/ config/ apps/*/config/ data/search/ \
56
 
      data/sql/ data/uploads/ web/wiki/conf/ web/wiki/data/ \
 
56
      data/sql/ data/uploads/ data/downloads/ web/wiki/conf/ web/wiki/data/ \
57
57
      web/wiki/lib/plugins/dw2pdf/mpdf/tmp/
58
58
  chmod -cR g+wr config/ apps/*/config/ data/search/ data/sql/ data/uploads/ \
59
 
      web/wiki/conf/ web/wiki/data/ web/wiki/lib/plugins/dw2pdf/mpdf/tmp/
 
59
    data/downloads/ web/wiki/conf/ web/wiki/data/ web/wiki/lib/plugins/dw2pdf/mpdf/tmp/
60
60
  ./symfony project:permissions
61
61
 
62
62
  * NOTE: Replace WEB_GROUP with the group associated with the Apache user, e.g.