dddshelf / last-wishes

Last Wishes is a PHP application written following Domain-Driven Design approach. It's one of the sample applications where you can check the concepts explained in the "Domain-Driven Design in PHP" book.
https://leanpub.com/ddd-in-php
660 stars 120 forks source link

Runnable via docker (no dependencies needed) #18

Open dgafka opened 8 years ago

dgafka commented 8 years ago

Hey,
I couldn't run the application without installing additional dependencies on my host machine (npm for example), so I've created MR with solves the problem with docker.

After running docker-compose up -d, the application will stand up and install all necessary stuff.
The application will be available under host machine localhost:4010.

Also I wasn't able to create user, neither wish, because the application contains a lot of bugs. I've fixed the ones with creating user and wish.