Installation Step By Step

Installation steps of eVoting

🍕 Installing eVoting

  1. First extract the evoting.zip file on your server and open .env file.

  2. Create a blank database on your phpMyadmin name call "evoting" and assign a user for it and give all database operations permissions to it.

  3. On Project file you will see a folder call Database in that folder you will have "evoting.sql" file.

  4. Open phpMyadmin and select database you created and click on Import tab and import that sql file.

  5. After that open .env file and on database details fill your database detail i.e. Database name, Database username, Database password, Database host.

  6. That's it you done the installation ! open the domain eg: yourdomain.com/public and you will see the login page.

  7. Default Admin Login details are following and you can change it later via Edit Your Profile

// Default 

Email : admin@evoting.co.in
Password : 12345678

Last updated