Install

  • Install NodeJs
  • Download project files from Release
  • Install packages

npm install --production

  • Prepare a Postgre database
  • Install Flyway
  • Update database

flyway -url=jdbc:postgresql://localhost/sctest -user=sctest -password=sctest -connectRetries=60 -locations=migrations migrate

  • Start service

npm start