An informative web app for Gymnázium Olomouc-Hejčín
- Clone this repo
- Download and install XAMPP
- Open the XAMPP control panel, start Apache and MySQL, then click Shell
- Log in to MariaDB as root, the default password is empty, so just hit enter for the password prompt
mysql -u root -p
- Run the
setup.sql
file from this reposource C:/path/to/HejPanel/setup.sql
- Optionally review the default configuration specified in
.env.php
- Create a symlink from the location where you cloned this repo to XAMPP's htdocs/HejPanel directory
mklink /D C:/path/to/xampp/htdocs/HejPanel C:/path/to/HejPanel
- You should now be able to access HejPanel at localhost/HejPanel