Getting Started - soduko/schedulemaker GitHub Wiki
- Setup Database and modify code to suit the Database being used. (include where things might differ with pdo)
- Install LAMP stack or equivalent. (Apache/nginx?)(Mysql/postgres?)(PHP version?)
- Install NodeJS through package installer (Recommended) Otherwise make sure npm is installed.
- Clone project and add virtual host to project root.
- Copy the config.example.php file to config.php in /inc/.
- Run
npm install
andnpm run-script build
at project root directory. - Success!
Note: I have not been able to get it to start with js elements.
Link to (my) fork with nginx and postgres changes.