Madeorsk / PollVerlaine

Mirror of https://git.madeorsk.com/Madeorsk/PollVerlaine

Home Page:https://poll.aleph.land

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PollVerlaine

A light self-hosted alternative to Straw Poll.

Installation

Clone the repository:

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

Enable the dba extension in php.ini:

extension=dba

Configuration

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

Configure app_url to the root url of Poll Verlaine.

Sample configuration for nginx:

root /path/to/PollVerlaine/webroot; # The webroot directory contains all publicly exposed files.
location /
{
    try_files $uri /index.php;
}

API

See API.md.

About

Mirror of https://git.madeorsk.com/Madeorsk/PollVerlaine

https://poll.aleph.land

License:GNU Affero General Public License v3.0


Languages

Language:PHP 52.1%Language:CSS 41.5%Language:JavaScript 6.4%