File otobo.README.en of Package otobo
Hello,
here is a quick overview, what you have to do, to get OTOBO running on SUSE
Linux.
Please check settings of "max_allowed_packet" in your MySQL config (my.cnf).
The value should be > 1MB in any case.
I recommend a value of 20MB.
1) Start Apache and MySQL with
shell> rcapache2 restart && rcmysql restart
2) Load http://localhost/otobo/installer.pl with a web browser and follow the
instructions.
3) If you reboot the system, make sure, all services are available. You can
achieve this with the YaST services manager on SLE12 and openSUSE >= 13.1,
activating the services apache2, mysql and otobo, or on the command line with
SLE11:
shell> insserv apache2
shell> insserv mysql
shell> insserv otobo
SLE12 and openSUSE:
shell> systemctl enable apache2
shell> systemctl enable mysql
shell> systemctl enable otobo
4) Remember to have fun!
For further questions take a look at the http://www.otobo.org website. Or if
you are searching for professional support or consulting regarding OTOBO, take
a look at ((otobo)) http://www.otobo.org where the OTOBO coreteam offers these
services.