by skufel | Apr 29, 2015 | Development, Linux, SysAdmin
As on Debian 7.0 Node.js is not included in standard repositories, if you want to install it login to server as a root and issue following commands: apt-get install curl curl -sL https://deb.nodesource.com/setup | bash - apt-get install -y...
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...