GithubHelp home page GithubHelp logo

piter324 / quiz-lemon Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 1.88 MB

A web app in PHP and jQuery to create, share and solve quizzes using multiple choice or text answers (created in 2015)

PHP 6.32% CSS 1.33% JavaScript 0.08% HTML 88.12% Roff 3.56% Perl 0.23% Python 0.36%

quiz-lemon's Introduction

How to put Quiz Lemon on a server

You need:

  • Apache 2 web server
  • PHP version >=5
  • PHP MySQL connection component (with mysqli functions)
  • MySQL database server on the same server as Apache with PHP

Steps:

  1. Put all files from this repo apart from config-quizlemon.ini and database.sql files into a public directory on your webserver.
  2. Put config-quizlemon.ini in a non-public folder on your webserver one step in a folder tree above all public files.
  3. Enter username and password for MySQL user who will be used to access the database automatically by the app into config-quizlemon.ini file (this user should have INSERT, DELETE, UPDATE priviliges for only quizengine database). Also enter the name of the database (by default: quizengine) there.
  4. Create a database and a user with names specified in the *.ini file from above.
  5. Enter that database, then load and execute database.sql file.

You're good to go. Happy testing!

quiz-lemon's People

Contributors

piter324 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.