Harvest: Difference between revisions
| Line 148: | Line 148: | ||
=== Install harvest-server === | === Install harvest-server === | ||
$sudo yum install harvest-sever | $sudo yum install harvest-sever | ||
'''''Observation:''' server's RPM installer assumes no password for the root MySQL user, this way it will do absolutely everything for you. Even when updating.'' | '''''Observation:''' server's RPM installer assumes no password for the root MySQL user, this way it will do absolutely everything for you. Even when updating.'' | ||
=== Install harvest-client === | |||
$sudo install harvest-client | |||
==== Settings ==== | |||
Clients can be setup in sugar's control panel "Web accounts" section, or it can be done via terminal: | |||
$gconftool-2 --set /desktop/sugar/collaboration/harvest_hostname https://your.hostname --type string | |||
$gconftool-2 --set /desktop/sugar/collaboration/harvest_api_key your-api-key --type string | |||
'''''Observation:''' server's config can be found at /opt/harvest/etc/harvest.cfg. It is recommended to modify the api-key.'' | |||
== TODO == | == TODO == | ||
* ''Server-side data visualization'' | * ''Server-side data visualization'' | ||
* ''Client-side (Sugar) modifications to collect run-times and other desired data'' | * ''Client-side (Sugar) modifications to collect run-times and other desired data'' | ||