An Agile Estimations Poker Tool for those teams, only connected online.
This is a LAMP stack based web-application (replace L with OS of your choice, of course). It is required, to have, more or less, the following packages and/or services up and running: httpd(apache2 or nginx e.g.), php (php-fpm e.g,), php-json, php-mysql, mysql-server, phpmyadmin (e.g.).
To install this project, loosely notice this steps:
- Get sources from GIT, e.g.: git clone -b master https://github.com/komplexitaeter/poker /home/poker/public_html
- Create database (e.g. pok_db) and User (e.g. pok_usr) and grant CRUD operations on this database to user
- Import database schema from db_schema_pok.sql (e.g. use phpmyadmin or mysql-cli)
- Edit config.php (how and where to connect to your database)
- Follow up on GIT komplexitaeter/poker-msg/README.md instructions to "really" have this "connected-only-feeling"
Tired of following all this steps? There is a pretty good chance to find a reasonable operational instance of this project at https://app.komplexitaeter.de to have fun immediately.