quizinch

Logo

Synchronised display of questions, answers and scores for a live quiz.

Home

Quiz Features

Install: On Laptop

Install: On Raspberry Pi

Install: Online Server

Quiz Setup

View the Docker Repository hub.docker.com

View the Project on GitHub inchworks/quizinch

Raspberry Pi Setup

Before installation

You can check that Docker is installed successfully by: docker run hello-world.

Install QuizInch

A basic installation requires the creation of just one file on the server.

  1. Create a directory /srv/quizinch for the server: sudo install -d -m 0755 -o $USER /srv/quizinch.

  2. Add docker-compose.yml to the server directory. This Docker Compose file specifies the QuizInch and MariaDB software to be downloaded from Docker Hub, the settings to run them on the host system, and essential application parameters. ⇒ Docker Setup

  3. cd /srv/quizinch and run docker compose up -d. When issued the first time, this fetches QuizInch and MariaDB software from Docker Hub, and starts QuizInch. Then QuizInch sets up the quiz database, and creates the directory to hold media files (/srv/quizinch/media). QuizInch will be restarted automatically whenever the RPi appliance is switched on. ⇒ Commands

  4. If needed, you can customize the quiz system: ⇒ Customisation

  5. Optionally, reconfigure the system with a menu to start the quiz display automatically, and to host a WiFi network. ⇒ Make RPi Appliance

  6. Connect to your server at http://localhost/ using a web browser and view the home page for the quiz system.