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.git
cd hb-showcase
git submodule update --init --recursive
(to get puppet recipes)cd dev/box
vagrant up
vagrant ssh
cd /srv/www/hb-showcase.local/
git clone git clone git@github.com:berlinonline/hb-showcase.git .
make install
bin/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).