You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2018. It is now read-only.
Order to setup
Ensure Bash Profile exists
touch ~/.bash_profile
Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Install RBENV
brew install rbenv
rbenv init
rbenv install <latest>
rbenv global<latest>
source ~/.bash_profile
Install Ruby Version specific gems
Install NVM
Install Node Version specific packages
Install Git
Configure SSH agent
Install heroku toolkit
Install Postgres
The text was updated successfully, but these errors were encountered: