~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Chad Heuschober
  • Date: 2011-08-04 00:05:46 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-20110804000546-4dqh6a7xrkrwccdh
Moved around some data fixtures to put the regular fixtures into more of a production-ready state.

Show diffs side-by-side

added added

removed removed

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