TrainingServer: Difference between revisions

Tch (talk | contribs)
Tch (talk | contribs)
No edit summary
Line 82: Line 82:
|-
|-
|}
|}
== How it is useful ===
* Provides a automated feedback mechanism that allows us to see user's progress.
* Provides task related data that can allow us to do more insight in to training process and even Sugar usage.
== How to get ==
=== Code ===
The code is available under GPL at https://github.com/tchx84/training-server
=== RPM installation ===
If you plan to run this Server on Fedora 18 or never installation, I would you strongly recommend you to install via our RPMS packages.
==== Install tch's repo ====
$sudo vim /etc/yum.repos.d/tch.repo
  [tch]
  name=tch
  baseurl=http://www.sugarlabs.org/~tch/repos/f19/
  enabled=1
  metadata_expire=1d
  gpgcheck=0
==== Install training-server ====
  $sudo yum install training-sever
  $sudo service training start
  $sudo systemctl enable training.service