steedos-platform/server/bundle
2291335922@qq.com b3d4a0cda6 creator build
2021-07-29 18:23:28 +08:00
..
programs creator build 2021-07-29 18:23:28 +08:00
server
main.js
README
star.json creator build 2021-07-29 18:23:28 +08:00

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