1
0
mirror of https://git.cant.at/Madeorsk/PollVerlaine synced 2024-11-22 07:44:31 +01:00
PollVerlaine/README.md
2018-08-13 15:20:15 +02:00

402 B

PollVerlaine

A small alternative to Straw Poll.

Installation

Clone the repository :

mkdir db && touch db/polls.db && composer install

Uncomment the dba extention in php.ini :

extension=dba

Rename config/app.example.php to config/app.php.

Sample configuration for nginx :

location /
{
    try_files $uri /index.php =404;
}

API

See API.md.