Changes

Jump to navigation Jump to search
466 bytes added ,  21:04, 2 November 2013
Line 7: Line 7:  
  cd /usr/local/src
 
  cd /usr/local/src
   −
  wget http://ftp.otrs.org/pub/otrs/otrs-2.2.2.tar.gz
+
  wget http://ftp.otrs.org/pub/otrs/otrs-2.3.4.tar.gz
   −
  tar xvzf otrs-2.2.2.tar.gz
+
  tar xvzf otrs-2.3.4.tar.gz
   −
  mv /usr/local/src/otrs-2.2.2/ /opt/otrs/
+
  mv /usr/local/src/otrs-2.3.4/* /opt/otrs/
    
  chown -R www.www /opt/otrs
 
  chown -R www.www /opt/otrs
Line 48: Line 48:     
== Setup Dag Repositories ==
 
== Setup Dag Repositories ==
{{Repository|Dag}}
+
You need to activate the [[Dag]] reposity before installing this contrib.<br />
 +
 
 +
see [[dag|dag repository]] <br />
    
== Installation of needed perl modules ==
 
== Installation of needed perl modules ==
Line 181: Line 183:     
  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 ==

Navigation menu