renamed repo accordingly

This commit is contained in:
cubedro 2015-02-13 00:35:22 +02:00
parent f201991044
commit 9cc41fca47
3 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
Ethereum Network Intelligence API Ethereum Network Intelligence API
============ ============
Deploy on AWS, install dependencies, build eth, clone eth-netstatsservice and run as services forever Deploy on AWS, install dependencies, build eth, clone eth-net-intelligence-api and run as services forever
``` ```
curl https://raw.githubusercontent.com/cubedro/eth-netstatsservice/master/bin/build.sh | sh curl https://raw.githubusercontent.com/cubedro/eth-net-intelligence-api/master/bin/build.sh | sh
``` ```

View File

@ -58,7 +58,7 @@ ln -s ~/opt/cpp-ethereum-build/eth/eth ~/bin/eth
# add node service # add node service
cd ~/bin cd ~/bin
[ ! -d "www" ] && git clone https://github.com/cubedro/eth-netstatsservice www [ ! -d "www" ] && git clone https://github.com/cubedro/eth-net-intelligence-api www
cd www cd www
sudo npm install pm2 -g sudo npm install pm2 -g
sudo npm install sudo npm install

View File

@ -1,5 +1,5 @@
{ {
"name": "eth-netstatsservice", "name": "eth-net-intelligence-api",
"description": "Ethereum Network Intelligence API", "description": "Ethereum Network Intelligence API",
"version": "0.0.1", "version": "0.0.1",
"private": true, "private": true,
@ -20,11 +20,11 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/cubedro/eth-netstatsservice.git" "url": "https://github.com/cubedro/eth-net-intelligence-api.git"
}, },
"homepage": "https://github.com/cubedro/eth-netstatsservice", "homepage": "https://github.com/cubedro/eth-net-intelligence-api",
"bugs": { "bugs": {
"url": "https://github.com/cubedro/eth-netstatsservice/issues" "url": "https://github.com/cubedro/eth-net-intelligence-api/issues"
}, },
"keywords": [ "keywords": [
"ethereum", "ethereum",