Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sashkachan/bunny-acme
- Owner: sashkachan
- Created: 2016-05-25T18:17:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-15T12:05:44.000Z (over 8 years ago)
- Last Synced: 2023-11-19T13:41:39.795Z (about 1 year ago)
- Topics: amqp-php-queue, docker, php-queue
- Language: PHP
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```