CrowdQueue
An open source tool for gatherings to discover what their attendees' care about.
A live instance can be found at: CrowdQueue.org
Install Instructions
- Download the master branch of this repo to a server running php and mySQL.
- Create a mySQL database and user for use by this web app.
- Import the structure found in
sql\dbsetup.sql
to your new database. - Edit
php/functions.php
, replacing the placholder info on the$dbh
line to reflect the database and user you just created. - That's it. You're ready to start crowdsourcing queues of content.