[raw]
apt-get update
apt-get install -y npm
npm -g install n
n 0.10.36
node -v
git clone https://github.com/zone117x/node-open-mining-portal
cd node-open-mining-portal/
npm -g install node-gyp bcrypt node-pre-gyp multi-hashing
npm install –save bignum
npm update
apt-get install redis-server
[/raw]
apt-get install -y npm
npm -g install n
n 0.10.36
node -v
git clone https://github.com/zone117x/node-open-mining-portal
cd node-open-mining-portal/
npm -g install node-gyp bcrypt node-pre-gyp multi-hashing
npm install –save bignum
npm update
apt-get install redis-server
[/raw]