Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

berlinonline/hb-showcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Honeybee CMF Project Template

This template should get you started with a new Honeybee based project.

Installation on Host System

Prerequisites:

  1. VirtualBox
  2. Vagrant

Create a virtual machine for development:

  1. git clone git@github.com:berlinonline/hb-showcase.git
  2. cd hb-showcase
  3. git submodule update --init --recursive (to get puppet recipes)
  4. cd dev/box
  5. vagrant up

Installation inside the Virtual Machine

  1. vagrant ssh
  2. cd /srv/www/hb-showcase.local/
  3. git clone git clone git@github.com:berlinonline/hb-showcase.git .
  4. make install
  5. bin/cli core.migrate.run

First User Account

  1. cd /srv/www/hb-showcase.local/ (inside the vagrant box)
  2. bin/cli user.create -username yourname -email youremail@example.com
  3. visit the given URL and set a password for that account

Development

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).