Node.js app install

Hello,

I would love to install Rocket.Chat on our Virtualmin Pro server. It requires Node.js 4.4.7 or newer, and we're running Ubuntu 16 so we're good there. Is there a way to run this properly within a Virtualmin host?

From their Readme file:

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

Status: 
Closed (fixed)

Comments

Virtualmin has a node.js installer already, on the Script Installers page.

Status: Active ยป Fixed