Skip to content

A blog engine written in PHP and powered with CQRS + Event Sourcing

Notifications You must be signed in to change notification settings

dddshelf/blog-cqrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7bcfb6b · Jul 18, 2018

History

19 Commits
May 26, 2014
May 26, 2014
Jul 18, 2018
Dec 29, 2017
Jun 7, 2014
Jun 9, 2014
Jun 5, 2014
Jun 5, 2014
Jul 18, 2018
Jun 9, 2014
Jun 9, 2014
Jun 9, 2014

Repository files navigation

CQRS + ES Blog Engine

A blog engine written in PHP and powered with CQRS + Event Sourcing

Requirements

All you need to run this application is Vagrant.

http://www.vagrantup.com/

Installation

git clone https://github.com/theUniC/blog-cqrs.git
cd blog-cqrs
wget http://getcomposer.org/composer.phar
php composer.phar install

Next you have to update your hosts file (usually located at /etc/hosts), with the line below

172.21.99.6 mydddblog.test www.mydddblog.test redis.mydddblog.test

Running the application

From the root application folder, run

vagrant up --provision

When vagrant finishes bootstraping the VM, open up a browser and go to

http://www.mydddblog.test

Have fun!

About

A blog engine written in PHP and powered with CQRS + Event Sourcing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published