Getting Started - soduko/schedulemaker GitHub Wiki

  1. Setup Database and modify code to suit the Database being used. (include where things might differ with pdo)
  2. Install LAMP stack or equivalent. (Apache/nginx?)(Mysql/postgres?)(PHP version?)
  3. Install NodeJS through package installer (Recommended) Otherwise make sure npm is installed.
  4. Clone project and add virtual host to project root.
  5. Copy the config.example.php file to config.php in /inc/.
  6. Run npm install and npm run-script build at project root directory.
  7. Success!

Note: I have not been able to get it to start with js elements.

Link to (my) fork with nginx and postgres changes.

Sources: 1 2