0.1.0-rc0 • Published 11 years ago

meteor-npm-app v0.1.0-rc0

Weekly downloads
1
License
MIT
Repository
-
Last release
11 years ago

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

0.1.0-rc3

11 years ago

0.1.0-rc2

11 years ago

0.1.0-rc1

11 years ago

0.1.0-rc0

11 years ago