Skip to content

msmunter/star.vote

Repository files navigation

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>