~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Nils Stolpe
  • Date: 2011-07-20 01:51:19 UTC
  • mto: (1.26.1 push-trunk)
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: nils.stolpe@mail.cuny.edu-20110720015119-40nsv5qpoauww27m
All that stuff that happened to the person form? It's happened to the facility form now too. 
CRUD is working on the geo data for facilities.
Also fixed INSTALL where the chgrp script's standing for Apache's user was www-data instead of WEB_GROUP.
The explanation of WEB_GROUP a few lines below makes sense again.

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 www-data cache/ log/ config/ apps/*/config/ data/search/ \
 
55
  sudo chgrp -R WEB_GROUP cache/ log/ config/ apps/*/config/ data/search/ \
56
56
      data/sql/ data/uploads/ 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/ \