Install these tools
Manual Installation
IMPORTANT: Do these first
- Brew
- open Terminal
- copy and paste the below code on terminal. Then, press enter.
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Git
- on the Terminal, type
brew install git
- on the Terminal, type
- Rbenv
- on the Terminal, type
brew install rbenv
- on the Terminal, type
- Ruby
- on the Terminal, type
rbenv install 2.3.3
- on the Terminal, type
- Ruby on Rails
- on the Terminal, type
gem install rails
- on the Terminal, type
Software Installation
IMPORTANT: Do manual Installation first
Go to each website. Download and install the software by following its instruction.
- Atom Editor [https://atom.io]
- Sourcetree [https://www.sourcetreeapp.com]
- Heroku Toolkit [https://devcenter.heroku.com/articles/heroku-command-line]
Sign up for these services if you have not done so
- Github [http://github.com]
- Stackoverflow [http://stackoverflow.com]
- Heroku [https://www.heroku.com]