Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sashkachan/bunny-acme

A simple hassle-free queue system
https://github.com/sashkachan/bunny-acme

amqp-php-queue docker php-queue

Last synced: about 2 months ago
JSON representation

A simple hassle-free queue system

Awesome Lists containing this project

README

        

[![CircleCI](https://circleci.com/gh/alex-glv/bunny-acme.svg?style=svg)](https://circleci.com/gh/alex-glv/bunny-acme)

# bunnyacme
A simple hassle-free queue system

# Pre-requisities
- Docker
- Docker compose (recommended)

# Usage

Go to the php-bcmath-docker folder, then type:
```
docker build -t bunnyacme .
```

Install composer dependencies:
```
docker run -v $PWD:/bunnyacme bunnyacme php /tmp/composer.phar install
```

Start the application:
```
docker-compose up
```