Skip to content

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

About

hb-showcase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 52.0%
  • Shell 24.7%
  • PHP 17.0%
  • Ruby 4.4%
  • XSLT 1.6%
  • JavaScript 0.3%