ExercisesΒΆ

Prerequisites

Install forked collective.jstraining

Add this line to the end of your buildout.cfg file:

collective.jstraining = git <location of your fork>

<location of your fork> should be replaced with where your fork is.

Also, add collective.jstraining to the auto-checkout list:

auto-checkout =
  ...
  collective.jstraining
  ...

And one more spot to add collective.jstraining to: eggs:

eggs =
    ...
    collective.jstraining
    ...

Exercises