Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
awstats
Commits
c248b2134a11
Commit
8ecac165
authored
May 23, 2011
by
Arthur Lutz
Browse files
Documentation
parent
aaa0cf6d5200
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
View file @
c248b213
...
...
@@ -2,3 +2,14 @@ Summary
-------
cubicweb integrated awstats frontend
Tips
----
To import old records, use the power of bash, for example an month can be done like this ::
for i in {01..31}; do cubicweb-ctl update-webstats instance $i/05/2011; done
Or for on a monthly basis, you can import a year (2010 in this example) ::
for i in {01..12}; do cubicweb-ctl update-webstats instance $i/2010; done
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment