php-microservices-workshop
php-microservices-workshop copied to clipboard
Source code of Developing microservices with PHP workshop
Can't docker-compose up because wrong directory for Kibana and Elasticsearch. Need to be changed from: "/usr/share/elasticsearch/config/elasticsearch.yml" to "/etc/elasticsearch/elasticsearch.yml" and "/usr/share/kibana/config/kibana.yml" to "/etc/kibana/kibana.yml"
I add the `sqlite3` tool in container and add some command to mv files in the right place.
Fixed: 
I was trying the docker installation, and I come to an error when firing up the containers. I have first cloned the repository with `git clone https://github.com/ezimuel/php-microservices-workshop` then went into...