Skip to content

sembrestels/mediawiki-bitid

Repository files navigation

BitID for MediaWiki

Requirements

The MediaWiki minimum version is 1.23.0.

Also, make sure you have the GMP and GD extensions for PHP. In Debian/Ubuntu install:

$ sudo apt-get install php5-gmp php5-gd

Installation

Add the following line in your LocalSettings.php.

require_once( "$IP/extensions/BitId/BitId.php" );

In the shell run the update script:

$ cd $IP/maintenance
$ php update.php

About

BitId MediaWiki extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published