Wiki Stats
A website for viewing data about wiki editors.
About
Wiki Stats is based on the original Wiki-Fi made by Moussekateer, but unlike its spiritual predecessor, it currently only tracks data about users.
This was initially created to mainly support the Official Team Fortress Wiki and only later in development it was eventually hastily patched to support more wikis.
Make sure you have Node.js and npm installed and MongoDB database at your disposal.
Running
-
Edit and generate the configuration files
- Open
configs/wikistats-config.json
and edit it with your settings. - Run
npm run add-wiki
to generate the wiki files. - Run
npm run generate-css
to generate the CSS. - Additionally, any logos and/or favicons should reside on
public/images/wikis
- favicon-$alias.ico for the favicon
- logo-$alias.png for the logo
- Open
-
Run!
- Run
npm start
to start running Wiki Stats.
- Run