~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Chad Heuschober
  • Date: 2011-05-04 18:50:43 UTC
  • mfrom: (1.1.971 trunk)
  • Revision ID: chad.heuschober@mail.cuny.edu-20110504185043-k91xu7u2hbzxlblx
Merged in most recent changes from cuny-sps-trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SAHANA AGASTI 2.0 MAYON
 
1
SAHANA AGASTI 2.0 MAYON 
2
2
Emergency Management Software
3
3
 
4
4
INSTALLATION INSTRUCTIONS
5
5
 
6
 
Updated: 2011-02-24
 
6
Updated: 2011-03-31
7
7
 
8
8
*** IMPORTANT NOTE: ***
9
9
 
51
51
1. To set permissions to allow the web server appropriate access to the required
52
52
   directories, execute the following commands from the project root:
53
53
 
54
 
  $ sudo chgrp -R WEB_GROUP cache/ log/ config/ apps/*/config/ data/indexes/ \
55
 
      data/search/ data/sql/ web/wiki/conf/ web/wiki/data/
56
 
  $ chmod -cR g+wr config/ apps/*/config/ data/indexes/ data/search/ data/sql/ \
 
54
  $ sudo chgrp -R WEB_GROUP cache/ log/ config/ apps/*/config/ data/search/ \
 
55
      data/sql/ web/wiki/conf/ web/wiki/data/
 
56
  $ chmod -cR g+wr config/ apps/*/config/ data/search/ data/sql/ \
57
57
      web/wiki/conf/ web/wiki/data/
58
58
  $ ./symfony project:permissions
59
59