- Install XAMPP
- Download the zip file.
- Move the Luna files in htdocs(a folder in XAMPP) & extract files.
- Make 3 Databases, using phpmyadmin, with name :
- eventmanage
- Make 2 table in it:
- adminlogin containing columns id, email, password & image
- register containing columns id, name, password, email, college, mobile_no
- Make 2 table in it:
- trial
- eventmanage
- You have to manually add data in the adminlogin table.
- Insert Admin E-mail address and password in file
auto.php
. - Admin will login from
adminlogin.php
. - You are good to go.