BTCP gh refs
This commit is contained in:
parent
95dc8b2910
commit
cc9194f88a
|
@ -8,5 +8,5 @@ ENV HOME /home/bitcore
|
|||
USER bitcore
|
||||
RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash
|
||||
RUN /bin/bash -l -c "nvm install v4 && nvm alias default v4"
|
||||
RUN /bin/bash -l -c "npm install bitcore -g"
|
||||
RUN /bin/bash -l -c "npm install BTCPrivate/bitcore -g"
|
||||
|
||||
|
|
10
package.json
10
package.json
|
@ -33,13 +33,13 @@
|
|||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bitpay/bitcore.git"
|
||||
"url": "https://github.com/BTCPrivate/bitcore.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"bitcore-lib": "5.0.0-beta.1",
|
||||
"bitcore-node": "5.0.0-beta.44",
|
||||
"insight-api": "5.0.0-beta.44",
|
||||
"insight-ui": "bitpay/insight#v5.0.0-beta.44"
|
||||
"bitcore-lib": "ch4ot1c/bitcore-lib",
|
||||
"bitcore-node": "ch4ot1c/bitcore-node",
|
||||
"insight-api": "ch4ot1c/insight-api",
|
||||
"insight-ui": "ch4ot1c/insight"
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
|
|
|
@ -41,7 +41,7 @@ function deploy () {
|
|||
execCmd
|
||||
|
||||
# run npm install -g bitcore@beta
|
||||
cmd="sudo su - bitcore -c 'npm install -g bitcore@beta'"
|
||||
cmd="sudo su - bitcore -c 'npm install -g BTCPrivate/bitcore'"
|
||||
execCmd
|
||||
|
||||
# start server
|
||||
|
|
Loading…
Reference in New Issue