Environment Setup
For Mac
- Install brew - (https://brew.sh/)
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Update Brew
brew update
- Install NVM - NodeJs virtual manager
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash
- Install NodeJs 10 with NVM
nvm install 10
nvm use 10
- Set NodeJs v10 as default
nvm alias default 10
- Install git
a. Using brew recommended
brew install git
b. Mac Installer
https://sourceforge.net/projects/git-osx-installer/files/
- Setup git
a. SSH Credentials
Follow this official tutorial
b. Others settings
git config --global user.name "Name LastName"
git config --global user.email "example@upshow.tv"
- Install Docker
a. Create an DockerHub account
https://hub.docker.com/ The account is to allow you to download the installer on the next step
b. Download the installer
Please follow this information installer documentation