Skip to content

Commit

Permalink
Updated install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Toshbrown committed Nov 30, 2016
1 parent 9619f2f commit 2f51425
Showing 1 changed file with 29 additions and 5 deletions.
34 changes: 29 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,37 @@
Databox OS container manager and dashboard server.

## Installation
git clone https://github.com/me-box/databox-container-manager.git
cd databox-container-manager
npm install --production

For now the arbier IP must be in you /etc/hosts file
###Linux
Install docker https://docs.docker.com/engine/installation/linux/
Install nodejs https://nodejs.org/en/download/

For now the arbier IP must be in you hosts file

echo "172.17.0.2 databox-arbiter" | sudo tee -a /etc/hosts

###OSX
Install docker https://docs.docker.com/docker-for-mac/
Install nodejs https://nodejs.org/en/download/

For now the arbier IP must be in you hosts file

edit /private/etc/hosts and add 172.17.0.2 databox-arbiter

###Windows
Install docker https://docs.docker.com/docker-for-windows/ (The old Docker Toolbox is not supported)
Install nodejs https://nodejs.org/en/download/

For now the arbier IP must be in you hosts file

edit :\Windows\System32\Drivers\etc\hosts and add 172.17.0.2 databox-arbiter

###All

git clone https://github.com/me-box/databox-container-manager.git
cd databox-container-manager
npm install --production

echo "172.17.0.2 databox-arbiter" | sudo tee -a /etc/hosts

## Usage
npm start
Expand Down

0 comments on commit 2f51425

Please sign in to comment.