Setup¶
To get Plone and example packages for this training installed, please follow the installation instructions about how to get setup
After that, issue the following command to get the development environment for the mockup-minimalpattern
example package installed
make mockup-minimalpattern
Note
To be able to install the JavaScript development tools, you need NodeJS installed on your development computer.
Installing Mockup¶
Optionally you can install Mockup.
Mockup is already included in the training_buildout.
Uncomment the “mockup” lines in the buildout’s auto-checkout
and eggs
sections.
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