Simple steps to get started.
Here are the steps:
$ cd /usr/dev $ git clone https://github.com/leocornus/leocornus.buildout.boilerplate.git boilerplate $ cd boilerplate $ git submodule init $ git submodule update
We need edit the buildout-local.cfg to update the base-folder variable. Here are the commands:
$ cd /usr/dev/boilerplate $ python bootstrap.py $ bin/buildout -N -c buildout-init.cfg $ bin/buildout -N
Local settings including the following items:
- download / install versions
- ports, hosts, ips, users, etc.
- application configurations