Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sualko/cloud_piwik.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2017-07-07 11:21:00 +0300
committersualko <klaus@jsxc.org>2017-07-07 11:21:00 +0300
commit19e970529d7b83b64793bdc6959a97262ccd402d (patch)
treea0096156111938e3459320fd2a16f1b0cc5a8f7c
parent4f06de9f2568ad350d935896871e0a18257aa61f (diff)
Update readme
-rwxr-xr-xREADME.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index bc69286..35c7fbb 100755
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-# owncloud_piwik
-Track [owncloud](https://owncloud.org) users with [Piwik](https://piwik.org).
+# Piwik for your Cloud
+Track [Owncloud](https://owncloud.org) or [Nextcloud](https://nextcloud.com) users with [Piwik](https://piwik.org).
## Requirements
-- Owncloud >= 8
+- Owncloud >= 9 or Nextcloud >= 10
- Working piwik installation (tested with 2.14.3)
- Empty custom variable slots on index 1, 2 and 3
@@ -18,10 +18,10 @@ Track [owncloud](https://owncloud.org) users with [Piwik](https://piwik.org).
- Outlink
## Installation
-- Download and extract to <code>OWNCLOUD_DIR/apps/piwik/</code>
+- Download and extract to <code>CLOUD_DIR/apps/piwik/</code>
- Enable app
-- If needed create a new site in your piwik installation
-- Insert piwik site id and url on the owncloud admin page (e.g. site id: <code>1</code>, url: <code>//domain.tld/piwik/</code>)
-- If you are using owncloud 8 and piwik is hosted under a different domain as owncloud you need to use one of two possible proxy methods:
+- If needed create a new site in your Piwik installation
+- Insert Piwik site id and url on the cloud admin page (e.g. site id: <code>1</code>, url: <code>//domain.tld/piwik/</code>)
+- If Piwik is hosted under a different domain as your cloud you maybe need to use one of two possible proxy methods:
- Add <code>RewriteRule "^piwik/(.*)$" "http://piwik.tld/$1" [P]</code> to your <code>.htaccess</code>
- Add <code>ProxyPass /piwik/ http://piwik.tld/</code> to your apache VirtualHost section