olaurendeau / rabbitmq-demo

Example of symfony2 app using rabbitmq for asynchronous tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rabbitmq-demo

Example of symfony2 app using rabbitmq for asynchronous tasks

Installation

docker-compose build
docker-compose up -d
docker-compose run web bin/console rabbitmq:vhost:define # Create rabbitmq vhost

Check installation

http://{localhost|docker-machine IP}:15672 should display rabbitmq admin interface (login with guest / guest)

http://{localhost|docker-machine IP}:8888 should display an upload form and images should be uploadables

capture d ecran 2016-02-23 a 15 50 55

About

Example of symfony2 app using rabbitmq for asynchronous tasks

License:MIT License


Languages

Language:PHP 87.6%Language:HTML 6.8%Language:ApacheConf 5.6%