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
4da09acfd398
Commit
fedb58bc
authored
Jun 07, 2011
by
Arthur Lutz
Browse files
remove bash tips in readme
parent
48baca6b979e
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
View file @
4da09acf
...
...
@@ -13,13 +13,3 @@ you need to create a relationship Hits "stats_about" X.
object = ('BlogEntry', 'MicroBlogEntry')
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