From 01b5a5a5b747bad35b833aff48265b240ae10e0d Mon Sep 17 00:00:00 2001 From: Eric Martindale Date: Wed, 22 Jan 2014 00:09:30 +0000 Subject: [PATCH] Add details about running insight using pm2. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 743a585f..0a347f98 100644 --- a/README.md +++ b/README.md @@ -185,12 +185,19 @@ If you are using node instead of grunt, it is very similar: $ NODE_ENV=test node server -### Development enviroment +### Development environment To run insight locally for development: $ NODE_ENV=development grunt +### Production +You can use [pm2](https://github.com/Unitech/pm2) to manage NodeJS in production: + + $ npm install pm2 -g + $ pm2 start insight.js + + ## Github [Insight](https://github.com/bitpay/insight)