BTCP gh refs

This commit is contained in:
Jon Layton 2018-04-02 10:26:52 -05:00
parent 95dc8b2910
commit cc9194f88a
3 changed files with 7 additions and 7 deletions

View File

@ -8,5 +8,5 @@ ENV HOME /home/bitcore
USER bitcore USER bitcore
RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash 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 "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"

View File

@ -33,13 +33,13 @@
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/bitpay/bitcore.git" "url": "https://github.com/BTCPrivate/bitcore.git"
}, },
"dependencies": { "dependencies": {
"bitcore-lib": "5.0.0-beta.1", "bitcore-lib": "ch4ot1c/bitcore-lib",
"bitcore-node": "5.0.0-beta.44", "bitcore-node": "ch4ot1c/bitcore-node",
"insight-api": "5.0.0-beta.44", "insight-api": "ch4ot1c/insight-api",
"insight-ui": "bitpay/insight#v5.0.0-beta.44" "insight-ui": "ch4ot1c/insight"
}, },
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {

View File

@ -41,7 +41,7 @@ function deploy () {
execCmd execCmd
# run npm install -g bitcore@beta # 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 execCmd
# start server # start server