Skip to content

alikon/jstats-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 most data is dumped every 12 hours, after analysis and stat storage.

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.7%
  • ApacheConf 0.3%