It's just a training bundle. Not much to see here.
$ php composer.phar require smile/training-bundle
Register the bundle in app/AppKernel.php.
public function registerBundles()
{
$bundles = array(
// ...
new Smile\TrainingBundle\SmileTrainingBundle,
// ...
);
// ...
}
Figure it out !