More detailed db setup instructions
Following the given instructions yields errors. There is apparently a database to setup in postgresql but no instruction is given about it.
node dist/server.js instances-peertube/git/develop
[2018-03-24T15:25:22.914Z] INFO (VVV on XXX): Database peertube_instances is ready.
Unhandled rejection SequelizeConnectionError: connect ETIMEDOUT XXX.XXX.XXX.XXX:5432
at connection.connect.err (XXX/instances-peertube/node_modules/sequelize/lib/dialects/postgres/connection-manager.js:128:24)
at Connection.connectingErrorHandler (XXX/instances-peertube/node_modules/pg/lib/client.js:123:14)
at Connection.emit (events.js:180:13)
at Socket.reportStreamError (XXX/instances-peertube/node_modules/pg/lib/connection.js:71:10)
at Socket.emit (events.js:180:13)
at emitErrorNT (internal/streams/destroy.js:64:8)
at process._tickCallback (internal/process/next_tick.js:114:19)