Difference between revisions of "Opentaps Analytics Data Loader"
From Opentaps Wiki
Jump to navigationJump to search (→opentaps and OFBiz) |
(→opentaps and OFBiz) |
||
Line 7: | Line 7: | ||
# Checkout component into hot-deploy. Use <code>svn co svn://svn.opentaps.org/opentaps/modules/analytics-upload/versions/1.5/trunk analytics-upload</code> | # Checkout component into hot-deploy. Use <code>svn co svn://svn.opentaps.org/opentaps/modules/analytics-upload/versions/1.5/trunk analytics-upload</code> | ||
− | + | # Adjust settings in config/analytics-uploader.properties. Webkey should be the one for your store in opentaps Analytics. | |
− | # Adjust settings in config/analytics-uploader.properties. Webkey should be the | + | # Note there are two ''scripts'' value in configuration file, default one to use with opentaps instance and another for OfBiz. |
# Start instance and run '''analytics.uploadAnalyticalData''' service. | # Start instance and run '''analytics.uploadAnalyticalData''' service. | ||
Revision as of 21:28, 8 April 2011
Uploaders
opentaps and OFBiz
analytics-upload component help to gather and upload analytical data to server. A few steps should be done to install it with opentaps or OfBiz instance.
- Checkout component into hot-deploy. Use
svn co svn://svn.opentaps.org/opentaps/modules/analytics-upload/versions/1.5/trunk analytics-upload
- Adjust settings in config/analytics-uploader.properties. Webkey should be the one for your store in opentaps Analytics.
- Note there are two scripts value in configuration file, default one to use with opentaps instance and another for OfBiz.
- Start instance and run analytics.uploadAnalyticalData service.