Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leblanc-simon/open-beer-bet
a simple interface to manage beer bet !
https://github.com/leblanc-simon/open-beer-bet
beer bet php
Last synced: 4 days ago
JSON representation
a simple interface to manage beer bet !
- Host: GitHub
- URL: https://github.com/leblanc-simon/open-beer-bet
- Owner: leblanc-simon
- License: wtfpl
- Created: 2015-07-14T14:04:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T20:22:35.000Z (almost 2 years ago)
- Last Synced: 2023-03-12T00:22:54.794Z (over 1 year ago)
- Topics: beer, bet, php
- Language: JavaScript
- Homepage:
- Size: 115 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
OpenBeerBet
===========OpenBeerBet is a sample interface to manage beer bet !
It use Websockets, Web Notifications and Redis.
A demo is available here : (https://openbeerbet.leblanc.io/)
Installation
============OpenBeerBet require a [Redis Server](http://redis.io/).
```bash
git clone https://github.com/leblanc-simon/open-beer-bet.git
cd open-beer-bet
composer install
cp config/participants.yml.dist config/participants.yml
cp web/js/config.js.dist web/js/config.js# only if you want customize websockets port, log or redis configuration
cp config/config.yml.dist config/config.ymlphp bin/server.php
```Edit ```web/js/config.js``` and ```config/participants.yml``` with your own values.
Your webserver must have document_root into the ```web``` directory.
Credits
=======* Ratchet : license MIT (http://socketo.me/)
* Predis : license MIT (https://github.com/nrk/predis)
* Symfony : license MIT (https://symfony.com/)
* Monolog : license MIT (https://github.com/Seldaek/monolog)
* Oldenburg (font) : license SIL Open Font License, 1.1 (Copyright (c) 2010 by Sorkin Type Co with Reserved Font Name Oldenburgh.)License
=======Licence WTFPL : http://sam.zoy.org/wtfpl/
Author
======Simon Leblanc