Menu

Tree [6dcb50] master /
 History

HTTPS access


File Date Author Commit
 programs 2019-04-16 johan linterweb johan linterweb [6dcb50] init, code from https://rocket.chat/docs/instal...
 server 2019-04-16 johan linterweb johan linterweb [6dcb50] init, code from https://rocket.chat/docs/instal...
 README 2019-04-16 johan linterweb johan linterweb [6dcb50] init, code from https://rocket.chat/docs/instal...
 main.js 2019-04-16 johan linterweb johan linterweb [6dcb50] init, code from https://rocket.chat/docs/instal...
 star.json 2019-04-16 johan linterweb johan linterweb [6dcb50] init, code from https://rocket.chat/docs/instal...

Read Me

This is a Meteor application bundle. It has only one external dependency:
Node.js v8.11.4. To run the application:

  $ (cd programs/server && npm install)
  $ export MONGO_URL='mongodb://user:password@host:port/databasename'
  $ export ROOT_URL='http://example.com'
  $ export MAIL_URL='smtp://user:password@mailhost:port/'
  $ node main.js

Use the PORT environment variable to set the port where the
application will listen. The default is 80, but that will require
root on most systems.

Find out more about Meteor at meteor.com.