Skip to content

danielsan80/cqrs-es-ws

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cqrs Event sourcing workshop

Requisiti

  • Vagrant (> 1.8.x) con plugin HostManager (vagrant plugin install vagrant-hostmanager)
  • Virtualbox (>= 5.1.28)

Configurazione del progetto

Scaricare la box al seguente indirizzo: https://drive.google.com/open?id=0B4Ycwv0y_vu3b2lqODBxS3V5eG8 e salvarla nel PATH/ROOT/DEL/PROGETTO

cd PATH/ROOT/DEL/PROGETTO
vagrant box add new-cqrs-es-ws new-cqrs-es-ws.box
vagrant box list -> dovrebbe mostrare la box appena aggiunta

vagrant up --provider=virtualbox
vagrant ssh
cd /var/www

Per lanciare i test:

cd /var/www
vendor/bin/phpunit -c ./ --colors

About

Cqrs/event sourcing example in PHP and Symfony.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.2%
  • HTML 1.1%
  • Other 0.7%