- yum -y update
- hostnamectl set-hostname otrs.example.local
- vi /etc/sysconfig/selinux // disabled the selinux
- yum -y install epel-release
- yum install -y wget mod_perl perl-DBD-MySQL
- wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
- rpm -ivh mysql-community-release-el7-5.noarch.rpm
- yum install mysql-server
- systemctl start mysqld
- mysql_secure_installation
- yum install -y mod_perl "perl(Crypt::Eksblowfish::Bcrypt)" "perl(JSON::XS)" "perl(GD::Text)" "perl(Encode::HanExtra)" "perl(GD::Graph)" "perl(Mail::IMAPClient)" "perl(PDF::API2)" "perl(Text::CSV_XS)" "perl(YAML::XS)"
- yum -y install http://ftp.otrs.org/pub/otrs/RPMS/rhel/7/otrs-4.0.11-01.noarch.rpm
- vi /etc/my.cnf //please enter below setting for mysql finetuning
- systemctl enable httpd.service
- systemctl start httpd.service
- firewall-cmd --permanent --zone=public --add-service=http
- firewall-cmd --reload
- service otrs start
[server]
max_allowed_packet=200M
query_cache_size=32M
# innodb
innodb_buffer_pool_size = 256M
innodb_log_file_size = 512M
Now install through webinstaller http://otrs.example.local/otrs/installer.pl