Skip to content

beingsane/jstats-server

 
 

Repository files navigation

Joomla Environment Stats

In order to better understand our install base and end user environments, this plugin has been created to send those stats back to a Joomla controlled central server. No worries though, no identifying data is captured at any point, and we only keep latest data last sent to us so most data is dumped every 12 hours, after analysis and stat storage.

Build Status

Travis-CI: Build Status Scrutinizer-CI: Scrutinizer Code Quality Code Coverage Build Status

Installation

  1. Clone this repo on your server into the folder jstats-server
  2. Create a database called jstats-server
  3. Run the sql file https://github.com/joomla-extensions/jstats-server/blob/master/etc/mysql.sql
  4. Run composer install from the jstats-server folder to install the dependencies
  5. Update the file etc/config.json with your database details if needed

The Server

There are several requirements for running the JStats server

  • mod_rewrite must be enabled
  • AllowOverride All must be set in the Apache config in order for the .htaccess file to be used in the www folder

About

Server for collecting environment stats for Joomla Installations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.8%
  • ApacheConf 0.2%