Just for demo purposes...
- HHVM (http://hhvm.com/)
- PostgreSQL (https://www.postgresql.org/)
- Flyway (https://flywaydb.org/) installed and available in $PATH
- Node.js (https://nodejs.org)
- Create your postgresql database somewhere
- Copy
config/flyway.properties.dist
toconfig/flyway.properties
and fill in your database credentials - Copy
STU/Database/Configuration.hh.dist
toSTU/Database/Configuration.hh
and fill in your database credentials make init
make update
make dbmigration