An open API service indexing awesome lists of open source software.

https://github.com/sjoulaei/install-matomo-centos

A script that will install latest Matomo with all pre-requisite packages.
https://github.com/sjoulaei/install-matomo-centos

apache2 centos7 httpd-server installer-script mariadb-server matomo

Last synced: 4 months ago
JSON representation

A script that will install latest Matomo with all pre-requisite packages.

Awesome Lists containing this project

README

          

# install-matomo-centos
A script that will install latest Matomo with all pre-requisite packages.

It installs:
- httpd24-httpd (from scl package)
- php71-php (from scl package)
- MariaDB

and all required extra packages.

It also puts SELinux in permissive mode.

Creates the user and database required for the installation.

Configures the apache server for ssl support.

Note: You need to have your certificate and private key files to be copied on your system.