Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.05 KB

index.rst

File metadata and controls

54 lines (38 loc) · 1.05 KB

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

..  toctree::
    :maxdepth: 3

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10