Table of Contents
Ingredients
Home Database Mysql Tutorial How to Create a Website Analytics Service_MySQL

How to Create a Website Analytics Service_MySQL

Jun 01, 2016 pm 01:16 PM

Openshift Piwik Logo

Website analytics is one of the most crucial tools for webmasters; they provide insight for the number of unique visitors, page views, Bounce rate, visitors’ location, visitors’ path (entry and exit pages) and more. All of these information help the webmaster better understand the website users and how to better serve them.

There’re many website analytics solutions available; Google Analytics, StatCounter, AWStats are three of the most commonly used website analytics solutions but each one comes with its own drawback. Piwik is open source website analytics software that’s very accurate, very easy to install and use and gives the webmaster a detailed overview about the website analytics. This post will present a step by step guide on how to create your own website analytics service using Piwik and Openshift, without further ado let’s go to the steps:

Ingredients

  1. A free Openshift account, just go toOpenshiftwebsite and register using your email, no credit card is required.

 1 - create openshift account

 Steps

  1. After registering; go to Openshift home page and click on the “MY APPS” on the top of the screen.2 - open Openshift Account
  2. You’ll be directed to your log-in window and enter your credentials, you’ll be directed to a new window click on the blue “Create your first application now” link.3-create openshift application
  3. You’ll be directed to a window, select the “PHP 5.4” tab from the “PHP” menu.PHP-on-Openshift
  4. You’ll be directed to a new window, in the public URL; type the name of the project/application name (e.g. MyAwesomeAnalytics, Piwik, etc.) in the first space and the domain name (it’s not your real domain name, just any identification name e.g. AwesomeGuy/AwesomeGal) in the second space.5 - openshift application name
  5. Under the public URL, there’s the source code slot, just copy and paste the following  link “https://github.com/openshift/piwik-openshift-quickstart.git” and it should like the screenshot below: 1- Piwik Github link
  6. Leave everything as it’s and click on “Create Application” tab at the end of the window.Create-an-Application-on-Openshift
  7. It will take a while then you’ll be directed to a new window, just click on the blue “Not now continue” link. OPenshift-Joomla-Application-Overview
  8. You’ll be directed to a new window where you should add MySQL just by clicking the blue “MySQL” link.Add-MySQL-to-Joomla-Application
  9. You’ll be directed to a new window, just click on the “Add Cartridge” tab. Add-MySQL-Cartridge
  10. You shall be directed to anew window where you shall find all of your “MySQL” credentials. Joomla-MySQL-Credentials
  11. Now you’ll need to add phpMyAdmin; click on the blue “Add phpMyAdmin” located at the bottom of the same window. add phpmyadmin gear
  12. You’ll then be directed to a new window to confirm the addition of phpMyAdmin, just click on the “Add Cartridge” tab.joomla phpmyadmin add cartridge
  13. You’ll be directed to the main window again and it’s time to go to your Piwik installation window, to do that simply click on the blue link at the top of the screen (that’s your URL). 2 - piwik link
  14. You’ll be directed to the Piwik installation window, just click on “Next”. 3 - piwik installation window 1
  15. You’ll be directed to a new window, it’ll check the status of some services, just click on “Next”. 3 - piwik installation window 2
  16. You’ll then be directed to a new window where you should provide your database credentials, there’s s small trick here which is getting your database server IP, the easiest way to do so is to return to your application and click on the small arrow at the phpMyAdmin tab. 4 - getting database server IP Address
  17. A new window will popup just copy the number shown in the below screenshot.4 - database server IP address
  18. Paste that number in the database server slot in the Piwik installation, then fill in the rest of the  information from your database credentials that you can find in your application, then click next.5 - piwik installation window 3
  19. You’ll be directed to anew window informing you that a table has been created successfully which means that everything is going fine will now, just click “Next”.5 - piwik installation window 4
  20. You’ll then be directed to a new window where you should create a username, password and email address and then click on next.5 - piwik installation window 5
  21. You’ll then be directed to a new window where you should fill your website’s name and address, just fill it and click next then you’ll be directed to a new window where you shall find the tracking code you should put on your website.5 - piwik installation window 6
  22. You’ll then be directed to a new window, click on “Continue to Piwik” and you’ll be directed to Piwik login window, just fill in your credentials, and then you’ll be directed to the Piwik home page.

6 - piwik login windowNow, you’ve a fully functional analytics system for your website that’s accurate, secure and free.

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Two Point Museum: All Exhibits And Where To Find Them
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How do you alter a table in MySQL using the ALTER TABLE statement? How do you alter a table in MySQL using the ALTER TABLE statement? Mar 19, 2025 pm 03:51 PM

The article discusses using MySQL's ALTER TABLE statement to modify tables, including adding/dropping columns, renaming tables/columns, and changing column data types.

How do I configure SSL/TLS encryption for MySQL connections? How do I configure SSL/TLS encryption for MySQL connections? Mar 18, 2025 pm 12:01 PM

Article discusses configuring SSL/TLS encryption for MySQL, including certificate generation and verification. Main issue is using self-signed certificates' security implications.[Character count: 159]

How do you handle large datasets in MySQL? How do you handle large datasets in MySQL? Mar 21, 2025 pm 12:15 PM

Article discusses strategies for handling large datasets in MySQL, including partitioning, sharding, indexing, and query optimization.

What are some popular MySQL GUI tools (e.g., MySQL Workbench, phpMyAdmin)? What are some popular MySQL GUI tools (e.g., MySQL Workbench, phpMyAdmin)? Mar 21, 2025 pm 06:28 PM

Article discusses popular MySQL GUI tools like MySQL Workbench and phpMyAdmin, comparing their features and suitability for beginners and advanced users.[159 characters]

How do you drop a table in MySQL using the DROP TABLE statement? How do you drop a table in MySQL using the DROP TABLE statement? Mar 19, 2025 pm 03:52 PM

The article discusses dropping tables in MySQL using the DROP TABLE statement, emphasizing precautions and risks. It highlights that the action is irreversible without backups, detailing recovery methods and potential production environment hazards.

How do you represent relationships using foreign keys? How do you represent relationships using foreign keys? Mar 19, 2025 pm 03:48 PM

Article discusses using foreign keys to represent relationships in databases, focusing on best practices, data integrity, and common pitfalls to avoid.

How do you create indexes on JSON columns? How do you create indexes on JSON columns? Mar 21, 2025 pm 12:13 PM

The article discusses creating indexes on JSON columns in various databases like PostgreSQL, MySQL, and MongoDB to enhance query performance. It explains the syntax and benefits of indexing specific JSON paths, and lists supported database systems.

How do I secure MySQL against common vulnerabilities (SQL injection, brute-force attacks)? How do I secure MySQL against common vulnerabilities (SQL injection, brute-force attacks)? Mar 18, 2025 pm 12:00 PM

Article discusses securing MySQL against SQL injection and brute-force attacks using prepared statements, input validation, and strong password policies.(159 characters)

See all articles