Skip to content

Instantly share code, notes, and snippets.

@diegodurs
Last active December 16, 2015 11:09
Show Gist options
  • Save diegodurs/5425232 to your computer and use it in GitHub Desktop.
Save diegodurs/5425232 to your computer and use it in GitHub Desktop.
Fresh install for new computer
- XCode command line tools
- brew # to install the following tools
- rbenv # for ruby versions
- gem, rails # ruby gem, and install rails gem
- postgress # check Postgress.app
- rails/spring preloader / or zeus # preload Rails env
- Better Errors & RailsPanel
- sublime text + sublime-text-2-ruby-tests
- something to use subdomain for development # .pow or something else
- add git origin
- add heroku toolbet and set up remotes (names to avoid conflig with origin branches: heroku-prod & heroku-staging)
- default heroku remote to staging: git config heroku.remote heroku-staging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment