RocketChat / feature-requests

This repository is used to track Rocket.Chat feature requests and discussions. Click here to open a new feature request.
21 stars 9 forks source link

Create an npm module for Rocket.Chat install #783

Open Sing-Li opened 8 years ago

Sing-Li commented 8 years ago

Make this part of the build process, publish it to the npm repository, and versioning along with other artifacts.

It will need at least a config.json with:

{
"ROOT_URL":  "http://<your server>",
"MONGO_URL": "mongo://<your mongo>" 
}

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

engelgabriel commented 8 years ago

Good idea!