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
npm install --production
flyway -url=jdbc:postgresql://localhost/sctest -user=sctest -password=sctest -connectRetries=60 -locations=migrations migrate
npm start