Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
# Matomo Analytics Enterprise
# Matomo Analytics Enterprise Download Script

## What is Matomo

Matomo Enterprise is the leading All-In-One digital analytics platform which includes Matomo Analytics and additional premium features such as [Heatmaps & Session Recording](https://plugins.matomo.org/HeatmapSessionRecording?pk_campaign=GithubMatomoEnterprise), [Search Keywords Performance](https://plugins.matomo.org/SearchEngineKeywordsPerformance?pk_campaign=GithubMatomoEnterprise), [A/B testing](http://www.ab-tests.net/?pk_campaign=GithubMatomoEnterprise), [Funnels](https://plugins.matomo.org/Funnels?pk_campaign=GithubMatomoEnterprise), [Users Flow](https://plugins.matomo.org/UsersFlow?pk_campaign=GithubMatomoEnterprise), [Roll-Up Reporting](https://plugins.matomo.org/RollUpReporting?pk_campaign=GithubMatomoEnterprise), [Form Analytics](https://www.form-analytics.net/?pk_campaign=GithubMatomoEnterprise), [Media Analytics](http://www.media-analytics.net/?pk_campaign=GithubMatomoEnterprise) and more outstanding products.

Matomo Enterprise is available both as:
- On-Premises solution where we support you and help setup your Matomo Enterprise solution on premises. Pricing includes Matomo Enterprise license + full support from the Matomo Analytics creators. [Learn more](https://matomo.org/support-plans/) or [contact us](https://matomo.org/enterprise-analytics/)
- Cloud solution (where we take care of everything and you still get 100% data ownership). Pricing for Cloud-hosted is displayed on http://matomo.org/pricing

## Note
If you have one or more subscriptions to paid plugins, please skip to the next section, below.

If you do *not* subscribe to any paid plugins, you will not have a key and cannot use the script below. Please instead use one of the methods described here: [https://matomo.org/faq/on-premise/installing-matomo/](https://matomo.org/faq/on-premise/installing-matomo/). For example, if you have access to your command line terminal at the installation location, and are using Linux, you can use the following command to download and install Matomo On Premise:
```
wget https://builds.matomo.org/matomo.zip && unzip matomo.zip
```

Download the latest Matomo Enterprise release
=============================================

In this section we go through the three steps necessary to downloading the complete software packages for Matomo Analytics Enterprise.
In this section we go through the three steps necessary to downloading the complete software packages, including the associated paid plugins, for Matomo Analytics Enterprise.


Requirements
------------
Expand All @@ -21,6 +32,7 @@ Note that for this script to successfully download Matomo Enterprise, you will n
https://plugins.matomo.org

2. The `curl` software to download files
3. The key to your software subscription(s) for Matomo's Premium Feature plugins.

Run the download script
-----------------------
Expand Down