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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-15T12:05:44.000Z (almost 10 years ago)
- Last Synced: 2025-02-24T08:14:48.975Z (over 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
[](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
```