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-18 20:51:17 +0400
committermatthieu_ <matthieu_@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2007-09-18 20:51:17 +0400
commitdcb7cd2f9a9e48178d98af4719a373f6686e2cb0 (patch)
tree46ca011e74c4fade101d71d1acd464d559f3dabf /README
parente65cabc73ba507677413daed8a77c501c630e1c7 (diff)
reorganized the svn, moved openads files in misc/openads
added the www of piwik.org in misc/www/ moved the stats from the controller UserSettings to the Home controller
Diffstat (limited to 'README')
-rw-r--r--README27
1 files changed, 14 insertions, 13 deletions
diff --git a/README b/README
index bee611d65b..c707987855 100644
--- a/README
+++ b/README
@@ -1,12 +1,15 @@
-Install
-=======
+ Piwik - piwik.org
+ -----------------
+Install
+=======
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
+2 - launch index.php, you should see some text (without any PHP warning/error message)
+3 - you can log as super user login = root, password = nintendo (change them in the config/config.ini.php file)
+4 - go to ?module=SitesManager and add a website
+5 - go to misc/generateVisits.php to generate some visits
+6 - go to your piwik/ directory to see the statistics
Some modules
@@ -35,18 +38,16 @@ You can find the full listing of the APIs provided by the plugins on
Some other stuff
================
+To generate thousands of fake visits to get some data to play with,
+you can see the script /misc/generateVisits.php
+you can edit the number of visits to generate, the number of actions per visit, and the days
+
To generate the API documentation
# cd piwik
# ./misc/generateDoc.sh
then check the documentation at piwik/documentation/ in your browser
-To generate thousands of fake visits to get some data to play with
-see the script /misc/generateVisits.php
-you can edit the number of visits to generate, the number of actions per visit, and the days
-
-
-
Contact
=======
Any remark, question, suggestion or critic,
-email me at matthieu.aubry@gmail.com \ No newline at end of file
+Email us at hello@piwik.org