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 1, 2012 | Automation, Infrastructure, Network, SysAdmin
In previous articles in the RANCID series I described: How to install RANCID on openSUSE Add devices to RANCID So, we have RANCID collecting configuration from network devices to repository with version control. Only question is how to get access and make use of...