by skufel | Apr 25, 2015 | Collaboration, Development, Linux
Once Parsoid is installed on openSUSE it might be handy to have is started automatically once system is restarted. First we have to create startup script. /etc/init.d/parsoid #!/bin/sh # # description: Node.js /srv/parsoid/api/server.js # . /etc/rc.status...
by skufel | Apr 24, 2015 | Linux, Web Servers
In order to have Apache2 started automatically after reboot use: systemctl enable apache2.service
by skufel | Apr 16, 2015 | Collaboration, Development, Linux
In previous article I described how-to Deploy Parsoid on openSUSE 13.1 (which turns out to be quite a challenging task). Parsoid is component required for VisualEditor. Now it’s time for VisualEditor deployment. Downloading VisualEditor At the moment, when...
by skufel | Apr 15, 2015 | Collaboration, Development, Linux
I took a challenge of running MediaWiki with Visual Editor extension on openSUSE 13.1 x64. Task sounds maybe easy, but turned out to be little madness, so once I got this working I think it might be nice to share my steps. Operating system has been deployed from ISO...
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...
by skufel | Mar 14, 2015 | Infrastructure, Linux, SysAdmin
If you want to install some packages on Debian and don’t know names of packages you can search in packages cache. For example if you want to see all packages related to MySQL: root@hostname:~# apt-cache search mysql akonadi-backend-mysql - MySQL storage backend...