Coder Social home page Coder Social logo

otrs-kernel's Introduction

HAWK - INSTALLATION INSTRUCTIONS

Installing OTRS Server

Steps for Installing OTRS over a new Database Server:

  1. curl -O https://raw.githubusercontent.com/abhishekunotech/install_scripts/master/installOTRS.sh
  2. chmod +x installOTRS.sh
  3. ./installOTRS.sh
  4. Make sure you have followed steps for Installing PostgreSQL server
  5. systemctl start httpd
  6. yum install -y perl-DBD-Pg
  7. Run Web Installer - go to <ip_of_server>/otrs/installer.pl

Steps for Installing OTRS over an existing Database Server:

  1. curl -O https://raw.githubusercontent.com/abhishekunotech/install_scripts/master/installOTRS.sh
  2. chmod +x installOTRS.sh
  3. ./installOTRS.sh
  4. curl -O https://raw.githubusercontent.com/abhishekunotech/install_scripts/master/postInstallOTRS.sh
  5. chmod +x postInstallOTRS.sh
  6. ./postInstallOTRS.sh

Installing PostgreSQL Server

Steps for Installing Database

  1. curl -O https://raw.githubusercontent.com/abhishekunotech/install_scripts/master/installPG.sh
  2. chmod +x installPG.sh
  3. ./installPG.sh
  4. systemctl restart postgresql-9.6
  5. vim /var/lib/pgsql/9.6/data/pg_hba.conf
  6. Add a line -- "host all all <ip_of_otrs_server> trust"
  7. vim /var/lib/pgsql/9.6/data/postgresql.conf
  8. Change hostname to <ip_of_postgre_server>
  9. Follow steps for Installing OTRS on new Database Server

Backing up and Restoring PostgreSQL data

Steps

  1. su - postgres
  2. pg_dumpall > output.dmp
  3. psql -f output.dmp postgres

Restoring Config and Code from Git

Steps

  1. git pull
  2. yes | cp -R /opt/otrs/OTRS-Kernel/* /opt/otrs/Kernel/

Committing code to Git

Steps

  1. yes | cp -R /opt/otrs/Kernel/* /opt/otrs/OTRS-Kernel/
  2. git commit -am ""
  3. git push

Installing Memcache

Steps

  1. Pull the latest code
  2. yum install -y gcc memcached patch
  3. git clone https://github.com/JRaspass/Cache-Memcached-Fast.git
  4. cd Cache-Memcached-Fast
  5. perl Makefile.pl
  6. make
  7. systemctl start memcached
  8. make test
  9. make install
  10. cd /opt/otrs/OTRS-Kernel
  11. cp otrs-memcached.patch ../../otrs
  12. patch -i otrs-memcached.patch
  13. Go to <ip_of_otrs_server>/otrs/index.pl?Action=AdminSysConfig;Subaction=Edit;SysConfigSubGroup=Core::Cache;SysConfigGroup=Framework;#
  14. Change Cache Module to Memcached and enable disabled checkboxes.
  15. systemctl restart httpd
  16. su - otrs
  17. bin/otrs.Console.pl Maint::Config::Rebuild

otrs-kernel's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

otrs-kernel's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.