Overview:
E-Voting is a secure voting tool that allows your group to collect input from your group and closely scrutinize the results in real time
E-Voting protect the integrity of your vote by preventing voters from being able to vote multiple times. As a digital platform, they eliminate the need to gather in-person, cast votes using paper, or by any other means. Voters can vote from any location, on any device.
Features:
- Nominations
- Elections
- Authentication
- Confidentiality
- Integrity
- Availability
Requirements:
- Apache 2 or higher, with:
- mod_rewrite
- PHP 8.0 or higher, with:
- MySQLi
- MySQL 8.0 or higher
Instructions:
- Import the database.SQL file from the “MySQL” folder into your MySQL database using the import function available in MySQL.
- With a text editor open the following file located inside the ‘Script/db/’ folder: config.php, and replace what’s between the quotes (eg: ‘Your Database Host’) with your MySQL settings:
DEFINE('DBHost','Your Database Host'); DEFINE('DBUser', 'Your Database Username'); DEFINE('DBPass','Your Database Password'); DEFINE('DBName','Your Database Name');
- Upload the files from the “Script” folder on the FTP server (usually public_html folder when installing it on a domain).
- Set the CHMOD to 777, 775 or 775 (depending on the server configuration) to the following folders: ‘/uploads/dist/img/’.
Reviews
There are no reviews yet.