Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Requirements

...

Mac

Code Block
languagebash
titleOSX platform
linenumberstrue
# Install Xcode command-line tools, this is recommended for brew
xcode-select --install
 
# Install Brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew upgrade
brew services
 
# Install NodeJS, Docker, Docker-machine and MongoDB
brew install homebrew/versions/node012 docker docker-machine mongodb
brew services stop mongodb

Ubuntu / Debian

...

languagebash
titleLinux platform
linenumberstrue

...

:

...

Docker Deployment Linux Requirements

Docker Deployment Mac Requirements


Installation

...

Linux & Mac Installation:

...