jorants / foosball-web

Web application that keeps track of foosball ratings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

foosball-web

Web application that keeps track of foosball ratings.

Installation

Requires any web server with php and SQL

To use nginx with sqlite3 on Arch linux:

  • Install the required packages

    pacman -S nginx php-fpm php-sqlite

  • Uncomment the extension=pdo_sqlite line in /etc/php/php.ini

  • Follow the instructions at https://wiki.archlinux.org/index.php/nginx#FastCGI to enable PHP in nginx

  • Set a password in admin/phpliteadmin.config.php

  • Create a folder db and initialize the database in a file foos.db

    mkdir db sqlite3 -init create_database.sql db/foos.db

  • Make sure php can write to the database and the directory it is in

    chown http db chown http db/foos.db

About

Web application that keeps track of foosball ratings.

License:MIT License


Languages

Language:PHP 86.7%Language:JavaScript 7.1%Language:HTML 5.3%Language:CSS 0.9%