Skip to content

QuickStart Piwik on OpenShift | Piwik is a downloadable, Free/Libre (GPLv3 licensed) real time web analytics software program.

Notifications You must be signed in to change notification settings

kevinmickey/piwik-openshift-quickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Piwik on OpenShift

Piwik is a downloadable, open source (GPL licensed) real time web analytics software program. It provides you with detailed reports on your website visitors: the search engines and keywords they used, the language they speak, your popular pages, and so much more.

Piwik aims to be an open source alternative to Google Analytics, and is already used on more than 1,000,000 websites.

More information can be found on the official Piwik website at http://piwik.org

Running on OpenShift

Create an account at https://www.openshift.com

Install RHC tools at https://www.openshift.com/developers/rhc-client-tools-install

Quick Installation:

rhc app create piwik php-5.4 mysql-5.5 --from-code=git://github.com/openshift/piwik-openshift-quickstart.git

Step by Step Installation:

Create a PHP application with MySQL

rhc app create -a piwik php-5.4 mysql-5.5

Add this upstream Piwik quickstart repo

cd piwik
git remote add upstream -m master git://github.com/openshift/piwik-openshift-quickstart.git
git pull -s recursive -X theirs upstream master

Push back to your OpenShift repo

git push

That's it, you can now checkout your application at:

http://piwik-$yourlogin.rhcloud.com

About

QuickStart Piwik on OpenShift | Piwik is a downloadable, Free/Libre (GPLv3 licensed) real time web analytics software program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 80.7%
  • Shell 19.3%