This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
Web Analytics MediaWiki extension | |
==Analytics.php== | |
Add tracking JavaScript scripts to all Wiki Pages. It has option not to track logged-in users. | |
==Installation== | |
Save [https://raw.github.com/genealo/mediawiki-extensions/master/Analytics.php Analytics.php] as <mediawiki_installed_dir>/extensions/Analytics.php. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Ubuntu upstart file at /etc/init/redis-server.conf | |
description "redis server" | |
pre-start script | |
mkdir -p /var/lib/redis/ | |
mkdir -p /var/log/redis/ | |
chown -R redis /var/lib/redis/ | |
chown -R redis /var/log/redis/ | |
end script |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
### BEGIN INIT INFO | |
# Provides: redis-server | |
# Required-Start: $syslog $remote_fs | |
# Required-Stop: $syslog $remote_fs | |
# Should-Start: $local_fs | |
# Should-Stop: $local_fs | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: redis-server - Persistent key-value db |
NewerOlder