—- plugin —- description: Log and analyze access statistics author : Andreas Gohr email : andi@splitbrain.org type : admin, action lastupdate : 2015-04-16 compatible : Hrun, Ponder Stibbons, Binky, Weatherwax depends : conflicts : similar : tags : statistics, logging, mysql
downloadurl: http://github.com/splitbrain/dokuwiki-plugin-statistics/zipball/master sourcerepo : http://github.com/splitbrain/dokuwiki-plugin-statistics bugtracker : http://github.com/splitbrain/dokuwiki-plugin-statistics/issues donationurl: http://donate.dokuwiki.org/statistics
This plugin provides logging and statistics on views and visitors of your wiki. The statistics are a mix of wiki centric stats (like number of edits) and typical web statistics (views, visitors). It should be most useful to people using DokuWiki as their blog or homepage but provides useful stats for internal use as well.
This plugin needs a MySQL database. You need at least MySQL 4.1, MySQL 5.0 or higher is recommended.
The following statistics are currently provided:
For nearly all these stats, graphical diagrams are provided as well.
Please use the download link provided above for downloading the plugin. Be sure to read about upgrading first, if you are running an older version already.
db.sql
file To create the needed MySQL tables you can
Method 1
# mysql -u db_user -p your_dokuwiki_database < /full/path/to/db.sql
Method 2
# mysql -u db_user -p your_dokuwiki_database Enter password: [...] Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> \. /full/path/to/db.sql
Upgrades will most probably require database upgrades. I recommend to do them before updating the plugin.
-- UPGRADE
Please note that, depending on the amount of data in your database, these updates can take a really long time. I suggest to run these updates via the command line instead of using a web based tool like PHPMyAdmin.