Skip to content

ostefano/levote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

levote

How to deploy the application:

  1. Clone the repository and point the web server to it

  2. Import the SQL data into a database (example: 'kl-conf-vote')

  3. Copy application/config/database.sample.php into application/config/database.php ( file application/config/database.php is already ignored on git )

  4. Change the settings to match your setup

'hostname' => 'localhost', 'username' => '', 'password' => '', 'database' => '',

  1. Point the web browser to the vote folder. Login with one of the 2 users from the DB

Optional:

  1. Add the correct list of students in the DB

About

Lightweight PHP/JS application to organise polls (in a lecture room, hence vote)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages