From b2079ed698ba93734f9c3dd3358b17d5c2bbecdb Mon Sep 17 00:00:00 2001 From: cubedro Date: Wed, 25 Feb 2015 23:16:04 +0200 Subject: [PATCH] updated readme.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index bf7a10c..274c1d0 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,11 @@ Deploy on AWS, install dependencies, build eth, clone eth-net-intelligence-api a ``` curl https://raw.githubusercontent.com/cubedro/eth-net-intelligence-api/master/bin/build.sh | sh +``` + +Run it using pm2: + +``` +cd ~/bin/www +pm2 start processes.json ``` \ No newline at end of file