1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00
rocketchat_ynh/sources
2016-04-29 17:08:17 +02:00
..
programs Rocketchat for yunohost initial commit 2016-04-29 16:32:48 +02:00
server Rocketchat for yunohost initial commit 2016-04-29 16:32:48 +02:00
main.js Rocketchat for yunohost initial commit 2016-04-29 16:32:48 +02:00
README Rocketchat for yunohost initial commit 2016-04-29 16:32:48 +02:00
star.json Rocketchat for yunohost initial commit 2016-04-29 16:32:48 +02:00

This is a Meteor application bundle. It has only one external dependency:
Node.js 0.10.40 or newer. 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.