~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Usman Akeju
  • Date: 2011-03-31 14:54:44 UTC
  • mto: (1.26.1 push-trunk) (7.1.1 mayon)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: usman.akeju@mail.cuny.edu-20110331145444-tflnl36wscbutjql
- removes references to data/indexes/ from INSTALL instructions
- updates load-data.sh dev script to use newer $() instead of deprecates backticks

Show diffs side-by-side

added added

removed removed

Lines of Context:
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