Skip to content
Snippets Groups Projects
Tobias's avatar
Miniontoby authored
And a lot of other changes, but not working all atm
d6d3ee66
History

MySchoolDay

A school roster project for yh4f

Usage:

Config

Make sure to edit the config.

Copy the template cp public/config/config.template.ini public/config/config.ini

And edit the copied file public/config/config.ini

Setup

For apache2 make sure to have the directory block like this:

<Directory /folder/to/myschoolday/>
        AllowOverride All
        Require all granted
</Directory>