2017 © Pedro Peláez
 

project honeylex-cmf

Honeybee CQRS & ES integration with the Silex framework, for CMS building.

image

honeylex/honeylex-cmf

Honeybee CQRS & ES integration with the Silex framework, for CMS building.

  • Friday, June 16, 2017
  • by shrink
  • Repository
  • 3 Watchers
  • 7 Stars
  • 3 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Honeylex CMF

Project CMF template for building rapidly scalable applications based on the integration of the Honeybee CQRS & ES framework with the Silex micro framework based on Symfony components., (*1)

Alternative Honeybee Integrations

Installation

Docker

You can have Honeylex-CMF running very quickly with Docker and Composer., (*2)

If you do not already have Docker, first install it then create a machine with Virtualbox if required., (*3)

Bring up the Honeylex-CMF project on Docker as follows:, (*4)

git clone git@github.com:honeylex/honeylex-cmf.git your-project
cd your-project
composer install --ignore-platform-reqs
# don't forget to connect your shell with `eval $(docker-machine env default)`
composer docker:up

Now you can run commands to setup the project:, (*5)

composer honeylex project:configure
composer honeylex migrate:up
composer honeylex fixture:import # import a default administrator account

Once containers are running your project will be ready and provisioned!, (*6)

Run docker-machine ip default to find the IP (typically http://192.168.99.100) - Secure site https://192.168.99.100 (untrusted certs in dev mode) - Elasticsearch admin at http://192.168.99.100:9100 - CouchDB admin at http://192.168.99.100:5984/_utils - RabbitMQ admin at http://192.168.99.100:15672, (*7)

Login as a default administrator with email admin@honeylex.dev and password admin to access the user administration interface., (*8)

You can add application secrets in the var/secrets folder of your docker machine. The .env and var/docker/docker-compose.yml files also contain additional global project environment and secrets configuration., (*9)

The following docker commands are available via composer from your host machine:, (*10)

composer docker:up     # create and start containers
composer docker:down   # stop and remove containers
composer docker:start  # start previously stopped containers
composer docker:stop   # stop/suspend running containers
composer docker:prune  # remove dangling volumes and stopped containers

Console

Honeylex-CMF comes with a number of convenient tools to help project setup and maintenance. A complete list of commands can be found by running:, (*11)

composer honeylex  # alias of docker-compose run --rm php_cli ./bin/honeylex

A useful set of commands are provided for managing the following system features: - Configuration - Crates (portable code context bundles) - Resources (entities such as aggregate roots & projections) - Migrations - Fixtures - Workers (long running asynchronous background processes) - Events (managing the event store) - Routing, (*12)

Registered Silex service providers

The bootstrapped Silex app is configured with support for the following service providers:, (*13)

Additional security services are provided in the included Hlx\Security crate:, (*14)

Read the Providers documentation for more details about Silex Service Providers., (*15)

Questions?

Join us in building awesome scalable applications or ask questions here: - Gitter honeybee #Lobby - IRC freenode #honeybee, (*16)

The Versions

16/06 2017

dev-release/0.1

dev-release/0.1 https://github.com/honeylex/honeylex-cmf

Honeybee CQRS & ES integration with the Silex framework, for CMS building.

  Sources   Download

MIT MPL-2.0

The Requires

 

The Development Requires

framework silex security symfony cms cqrs event sourcing honeybee

02/04 2017

dev-master

9999999-dev

Honeybee CQRS & ES integration with the Silex framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

api framework oauth silex security symfony cms cqrs es cmf event sourcing honeybee