From c225f782b6af9b61c9603e0609bb79b9fbc82906 Mon Sep 17 00:00:00 2001 From: cubedro Date: Thu, 26 Feb 2015 21:06:51 +0200 Subject: [PATCH] readme.md update --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e9b9435..15d494d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Ethereum Network Stats ============ [![Build Status][travis-image]][travis-url] [![dependency status][dep-image]][dep-url] -This is a visual interface for tracking ethereum network status. It uses WebSockets to receive stats from running nodes and output it through an angular interface. It's the front-end for [eth-net-intelligence-api](https://github.com/cubedro/eth-net-intelligence-api). +This is a visual interface for tracking ethereum network status. It uses WebSockets to receive stats from running nodes and output them through an angular interface. It is the front-end implementation for [eth-net-intelligence-api](https://github.com/cubedro/eth-net-intelligence-api). ![Screenshot](/public/images/screenshot.jpg?raw=true "Screenshot") @@ -11,18 +11,20 @@ This is a visual interface for tracking ethereum network status. It uses WebSock * npm ## Installation -To install via Docker +Make sure you have node.js and npm installed. -create a docker image via +Clone the repository and install the dependencies ``` -docker build --tag="eth-netstats" path/to/eth-netstats-repo +git clone https://github.com/cubedro/eth-netstats +cd eth-netstats +npm install ``` -run it via +##Run ``` -docker run --publish=3000:3000 eth-netstats +npm start ``` see the interface at http://localhost:3000