Changes

Jump to navigation Jump to search
369 bytes added ,  01:04, 2 February 2009
Line 181: Line 181:     
  sh SetPermissions.sh /opt/otrs www www
 
  sh SetPermissions.sh /opt/otrs www www
 +
 +
The errors generated from this script are because it assumes the presence of the 'nogroup' group so we have to substitute the 'nobody' group for the chown commands
 +
 +
chown -R www:nobody /opt/otrs
 +
chown www:nobody /opt/otrs
 +
chown -R www:nobody /opt/otrs/var/
 +
chown -R www:nobody /opt/otrs/var/sessions/
 +
touch && chown www:nobody /opt/otrs/var/log/TicketCounter.log
    
== Configuring the database using the web installer ==
 
== Configuring the database using the web installer ==
1

edit

Navigation menu