Contact Management System for IAESTE LCs
- PHP7.1 (including mysqli)
- MySQL Database
- Clone the repository to your web root directory
git clone https://github.com/DrauzJu/iaeste-contacts
- (Production environment only) Remove the git folder for security reasons
rm -rf .git
- Edit the file
include/config.php
and set the values for your Database connection. Please ensure the given user has all rights for the given database! - Setup the DB: visit https://yourdomain/setup.php to automatically setup the configured database
During the setup process, a admin user is created:
User: admin
Password: iaeste
After setup, you should login with this user and change the password by navigating to Settings -> User. You can also create new (non-admin) users there.