Skip to content
This repository has been archived by the owner on Jul 10, 2018. It is now read-only.

macOS Sierra #5

Open
jweakley opened this issue Nov 1, 2016 · 0 comments
Open

macOS Sierra #5

jweakley opened this issue Nov 1, 2016 · 0 comments

Comments

@jweakley
Copy link
Contributor

jweakley commented Nov 1, 2016

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

  • gem install bundler foreman

Install NVM

Install Node Version specific packages

  • npm install -g bower ember-cli

Install Git

  • brew install git

Configure SSH agent

Install heroku toolkit

  • Heroku toolbelt

Install Postgres

  • brew install postgresql
  • Postgres
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant