Merge pull request #27 from cubedro/develop
Prepare for POC-9 node update
This commit is contained in:
commit
f78e9a4914
@ -25,7 +25,7 @@ cd ~/bin
|
||||
|
||||
[ ! -d "www" ] && git clone https://github.com/cubedro/eth-net-intelligence-api www
|
||||
cd www
|
||||
sudo npm install
|
||||
sudo npm install pm2 -g
|
||||
npm install
|
||||
npm install pm2 -g
|
||||
|
||||
cp -b ./processes-go.json ./../processes.json
|
||||
|
@ -51,7 +51,7 @@ cd ~/bin
|
||||
|
||||
[ ! -d "www" ] && git clone https://github.com/cubedro/eth-net-intelligence-api www
|
||||
cd www
|
||||
sudo npm install
|
||||
sudo npm install pm2 -g
|
||||
npm install
|
||||
npm install pm2 -g
|
||||
|
||||
cp -b ./processes.json ./..
|
||||
|
@ -4,5 +4,5 @@ if [ -f /usr/bin/ethereum ]
|
||||
then
|
||||
ethereum -rpc true
|
||||
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
|
@ -9,7 +9,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"debug": "~2.1.3",
|
||||
"ethereum.js": "0.2.1",
|
||||
"ethereum.js": "0.2.4",
|
||||
"lodash": "^3.6.0",
|
||||
"primus": "^3.0.2",
|
||||
"primus-emit": "^0.1.2",
|
||||
|
Loading…
Reference in New Issue
Block a user