msmunter / star.vote

Star.vote Website
https://star.vote
GNU Affero General Public License v3.0
18 stars 3 forks source link

Star.vote

This project is a tangible example of using the Score Then Automatic Runoff method for polling. Apache, PHP7, MariaDB, jQuery/Mobile.

See it live at star.vote or learn more about STAR voting from starvoting.us.

Installation

Apache home directory needs AllowOverride All set for pretty URLs (i.e. star.vote/pollname). For example:

<Directory /var/www/html/>
    Options FollowSymLinks
    AllowOverride All
    Order allow,deny
    allow from all
</Directory>