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.
- Host: GitHub
- URL: https://github.com/sjoulaei/install-matomo-centos
- Owner: sjoulaei
- License: mit
- Created: 2018-02-26T04:21:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T15:02:10.000Z (over 8 years ago)
- Last Synced: 2025-05-30T12:25:21.268Z (about 1 year ago)
- Topics: apache2, centos7, httpd-server, installer-script, mariadb-server, matomo
- Language: Shell
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.