~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/setup/install_proc.txt

  • Committer: dcoles
  • Date: 2008-03-04 11:39:39 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:643
forum: Removed config.php from repository - it's a file we'll create

install_proc.txt: Small corrections to forum install docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
##########################################################################
141
141
# Setting up phpBB Forum in IVLE
142
142
##########################################################################
143
 
# Change back to the SVN directory
144
 
cd $IVLESVN
 
143
# This should all be run from the SVN directory
145
144
 
146
145
# Create a postgres database
147
146
# (only need the first line if it was previously created and is now changed)
156
155
cd www/php/phpBB3
157
156
# At very minimum you apache user must be able to write to
158
157
# cache/ files/ store/ images/avatars/upload config.php
159
 
chown www-data:www-data .
 
158
sudo chown -R www-data:www-data .
160
159
 
161
160
##########################################################################
162
161
# Installing Pound reverse proxy (optional)