Setup#
To install Plone and example packages for this training, first clone collective.jstraining, then execute the following commands:
git clone https://github.com/collective/collective.jstraining.git
cd collective.jstraining
./bootstrap.sh
Note
To be able to install the JavaScript development tools, you need NodeJS installed on your development computer.
Installing Mockup#
Optionally you can download Mockup source code and install it in development mode.
Mockup is already included in the training buildout.
Uncomment the "mockup" line in the buildout's auto-checkout
section.
After that, run buildout:
bin/buildout -N
Warning
If you are running buildout inside vagrant, always remember to use specify vagrant.cfg
: bin/buildout -Nc vagrant.cfg