by skufel | Sep 28, 2016 | Development, Linux, SysAdmin, Web Servers
If you need to install Xdebug on openSUSE and don’t want ot use existing binary repo easiest way is to use pecl to do that and here is how… First install all required packages dev-lnx-02:~ # zypper --non-interactive install gcc autoconf automake php5...
by skufel | Mar 28, 2015 | Collaboration, Infrastructure, Linux
Once Request Tracker 4 is installed on Debian 7, there is one more thing to do. Small change in Apache configuration to make RT4 website to work. First edit Apache configuration file: root@hostname:~# vi /etc/apache2/sites-available/default Then add to that file (at...