docker run -i -t -v "$(pwd):/test" -w "/test" saperio/nodejs:step2 bash docker run -i -t -v /root/test:/test -w /test saperio/nodejs:step2 bash
- Clone this repo
git clone https://github.com/saperio/bf-server-install.git
cd bf-server-install/inst
- Install Docker
- Run docker container:
docker run -i -t -v "$(pwd):/inst -w /inst ubuntu:14.04 bash
Install dependencies:
./install.sh step1
create user nd, add it to sudo group and give it permisions:
./install.sh step2
Install nvm and node:
./install.sh step3