A generic timetabling web application.
- Download the files
- Move to a directory that is accessible from the web server
- Make sure the files are readable by the web server user
- If needed modify web server so that a correct URL points to directory
- Create a database in the mysql
- Edit the helpers/config.php to include the database name, and your user name and password
- Run helpers/install.php in a browser. This will install the database tables.
- Done