From 4b3688abe964322e305872f45cddb6c7603c6dc7 Mon Sep 17 00:00:00 2001 From: Dan Croak Date: Sat, 17 Dec 2011 19:13:09 -0500 Subject: [PATCH] adding heroku labs plugin --- README.md | 5 +++-- heroku | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da28536c7..36b758969 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ Then, run this one-liner: What it sets up --------------- -* SSH public keys (for authenticating with services like Github and Heroku) -* Homebrew or apt-get (for managing operating system libraries) +* SSH public key (for authenticating with services like Github and Heroku) +* Homebrew (for managing operating system libraries) * QT (used by Capybara Webkit for headless Javascript testing) * Ack (for finding things in files) * Tmux (for saving project state and switching between projects) @@ -34,5 +34,6 @@ What it sets up * Git Remote Branch gem (for faster git branch creation and deletion) * Heroku accounts plugin (for using multiple Heroku accounts like a client's account) * Heroku config plugin (for pulling config variables locally to be used as ENV variables) +* Heroku labs plugin (for using config variables during assets precompile and for using Ruby 1.9.3) It should take about 30 minutes for everything to install, depending on your machine. diff --git a/heroku b/heroku index 582dad659..1018474ef 100644 --- a/heroku +++ b/heroku @@ -3,3 +3,6 @@ echo "Installing the heroku-accounts plugin for using multiple Heroku accounts.. echo "Installing the heroku-config plugin for pulling config variables locally to be used as ENV variables ..." heroku plugins:install git://github.com/ddollar/heroku-config.git + +echo "Installing the heroku-labs plugin for using config variables during assets precompile and for using Ruby 1.9.3 ..." + heroku plugins:install http://github.com/heroku/heroku-labs.git