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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authormatthieu_ <matthieu_@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2007-09-17 13:33:25 +0400
committermatthieu_ <matthieu_@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2007-09-17 13:33:25 +0400
commitb49c58d835a32e6d7661b9b2c83a39c497a78472 (patch)
tree5a7621053b0bc4fd65be16e5c6535c7c01a597d7 /README
parent17e09a0548301e74a25fc0d9c1d4e85a4f64d3f2 (diff)
Fixed bug in createHtaccess
fixed problems to install on windows - Piwik.php / piwik.php conflict - Error handler needs Zend_registry - Home controller was displaying badly formed XML Thanks julien Updated README with a more precise installation guide
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 8 insertions, 2 deletions
diff --git a/README b/README
index 81a6798987..bee611d65b 100644
--- a/README
+++ b/README
@@ -1,7 +1,13 @@
Install
=======
-1- copy paste the javascript code found in log.htm into your website
-2- launch index.php
+
+1 - copy paste the javascript code found in log.htm into your website
+2 - enable pdo_mysql in your php.ini
+2 - launch index.php, you should see some text without PHP warning/error message
+3 - go to ?module=SitesManager and add a website
+4 - go to misc/generateVisits.php to generate some visits
+5 - go to ?module=UserSettings&idSite=1&period=day&date=today to see the statistics
+
Some modules
============