Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (15 loc) · 553 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 553 Bytes

Schedule Snap

A generic timetabling web application.

Installation guide

  1. Download the files
  2. Move to a directory that is accessible from the web server
  3. Make sure the files are readable by the web server user
  4. If needed modify web server so that a correct URL points to directory
  5. Create a database in the mysql
  6. Edit the helpers/config.php to include the database name, and your user name and password
  7. Run helpers/install.php in a browser. This will install the database tables.
  8. Done