Skip to content

Commit

Permalink
Remove redundant Foreman
Browse files Browse the repository at this point in the history
It is installed earlier via https://toolbelt.heroku.com/
  • Loading branch information
Dan Croak committed Nov 25, 2014
1 parent 74fe1e8 commit 29636fd
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions mac
Original file line number Diff line number Diff line change
Expand Up @@ -198,20 +198,15 @@ fancy_echo "Configuring Bundler for faster, parallel gem installation ..."
fancy_echo "Installing Suspenders, thoughtbot's Rails template ..."
gem install suspenders --no-document

fancy_echo "Installing Parity, shell commands for development, staging, and
production parity ..."
fancy_echo "Installing Parity, shell commands for development, staging, and production parity ..."
gem install parity --no-document

fancy_echo "Installing Heroku CLI client ..."
fancy_echo "Installing Heroku CLI for managing Heroku apps and Foreman for managing app processes ..."
brew_install_or_upgrade 'heroku-toolbelt'

fancy_echo "Installing the heroku-config plugin to pull config variables locally to be used as ENV variables ..."
heroku plugins:install https://github.com/ddollar/heroku-config.git

fancy_echo "Installing foreman ..."
curl -sLo /tmp/foreman.pkg http://assets.foreman.io/foreman/foreman.pkg && \
sudo installer -pkg /tmp/foreman.pkg -tgt /

if ! command -v rcup >/dev/null; then
fancy_echo "Installing rcm, to manage your dotfiles ..."
brew tap thoughtbot/formulae
Expand Down

0 comments on commit 29636fd

Please sign in to comment.