Merge pull request #27 from cubedro/develop

Prepare for POC-9 node update
This commit is contained in:
Marian OANCΞA 2015-04-02 18:09:39 +03:00
commit f78e9a4914
4 changed files with 6 additions and 6 deletions

View File

@ -25,7 +25,7 @@ cd ~/bin
[ ! -d "www" ] && git clone https://github.com/cubedro/eth-net-intelligence-api www [ ! -d "www" ] && git clone https://github.com/cubedro/eth-net-intelligence-api www
cd www cd www
sudo npm install npm install
sudo npm install pm2 -g npm install pm2 -g
cp -b ./processes-go.json ./../processes.json cp -b ./processes-go.json ./../processes.json

View File

@ -51,7 +51,7 @@ cd ~/bin
[ ! -d "www" ] && git clone https://github.com/cubedro/eth-net-intelligence-api www [ ! -d "www" ] && git clone https://github.com/cubedro/eth-net-intelligence-api www
cd www cd www
sudo npm install npm install
sudo npm install pm2 -g npm install pm2 -g
cp -b ./processes.json ./.. cp -b ./processes.json ./..

View File

@ -4,5 +4,5 @@ if [ -f /usr/bin/ethereum ]
then then
ethereum -rpc true ethereum -rpc true
else else
eth -x 15 -l 30303 -r poc-8.ethdev.com -p 30303 -m off -v 1 -j eth -x 15 -l 30303 -n off -m off -v 1 -j
fi fi

View File

@ -9,7 +9,7 @@
}, },
"dependencies": { "dependencies": {
"debug": "~2.1.3", "debug": "~2.1.3",
"ethereum.js": "0.2.1", "ethereum.js": "0.2.4",
"lodash": "^3.6.0", "lodash": "^3.6.0",
"primus": "^3.0.2", "primus": "^3.0.2",
"primus-emit": "^0.1.2", "primus-emit": "^0.1.2",