~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-02-20 01:12:43 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:520
forum: Fixed setup.py to include forum files in install, disabled 
reauthentication for admin control panel (lets admin users log in as they have 
no valid password hash) and updated install procedure

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
# Setting up phpBB Forum in IVLE
131
131
##########################################################################
132
132
#
 
133
# Change to the installed IVLE directory
 
134
cd /opt/ivle
133
135
# Fix permissions for install
134
136
cd www/php/phpBB3
 
137
mkdir store
135
138
chmod 777 cache/ files/ store/ images/avatars/upload config.php
136
139
 
137
140
# Add database to Postgres server
153
156
# Remove the Install directory to enable access
154
157
rm -rf install/
155
158
 
 
159
# Disable Registration...
 
160
 
156
161
##########################################################################
157
162
# Installing Pound reverse proxy (optional)
158
163
##########################################################################