Skip to content

Instantly share code, notes, and snippets.

@jloh
Last active August 16, 2017 03:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jloh/4238918b5eecf2ce80a17e1a3a40bb33 to your computer and use it in GitHub Desktop.
Save jloh/4238918b5eecf2ce80a17e1a3a40bb33 to your computer and use it in GitHub Desktop.
[Piwik Ubuntu Packages] List of packages required to get Piwik to work #piwik #ubuntu

Piwik Requirements

Notes

I'm assuming you're running Ubuntu 16.04, you're going to use mariadb, nginx and php-fpm!

PHP Packages

We're using PHP 7 (packages for Ubuntu 16.04) because its a buttload faster!

apt-get install php7.0-fpm php7.0-curl php7.0-mysql php7.0-gd php7.0-mbstring php7.0-xml php-geoip

DB Server

apt-get install mariadb-server

Boom! Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment