Skip to content

saperio/bf-server-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

Step 0

  • Clone this repo git clone https://github.com/saperio/bf-server-install.git
  • cd bf-server-install/inst

Using Docker

  • Install Docker
  • Run docker container: docker run -i -t -v "$(pwd):/inst -w /inst ubuntu:14.04 bash

Step 1

Install dependencies: ./install.sh step1

Step 2

create user nd, add it to sudo group and give it permisions: ./install.sh step2

Step 3

Install nvm and node: ./install.sh step3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages