Skip to content

Web application that keeps track of foosball ratings.

License

Notifications You must be signed in to change notification settings

Tombana/foosball-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •