Skip to content

Commit

Permalink
adding heroku labs plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Dec 18, 2011
1 parent a3b14e3 commit 4b3688a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -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)
Expand All @@ -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.
3 changes: 3 additions & 0 deletions heroku
Expand Up @@ -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

0 comments on commit 4b3688a

Please sign in to comment.