This template should get you started with a new Honeybee based project.
Prerequisites:
Create a virtual machine for development:
git clone git@github.com:berlinonline/hb-showcase.gitcd hb-showcasegit submodule update --init --recursive(to get puppet recipes)cd dev/boxvagrant up
vagrant sshcd /srv/www/hb-showcase.local/git clone git clone git@github.com:berlinonline/hb-showcase.git .make installbin/cli core.migrate.run
cd /srv/www/hb-showcase.local/(inside the vagrant box)bin/cli user.create -username yourname -email youremail@example.com- visit the given URL and set a password for that account
Either use vim in the box or mount the project's cms folder from the box to
your host system via nfs (nfs server is installed in the box).