Skip to content

Commit

Permalink
make the laptop more bad-ass when working with Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Dec 4, 2011
1 parent 3caaedb commit ff6ed23
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -44,5 +44,7 @@ What it sets up
* Postgres gem (for making Ruby talk to SQL databases)
* Foreman gem (for serving your Rails app locally)
* 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)

It should take about 30 minutes for everything to install, depending on your machine.
5 changes: 5 additions & 0 deletions heroku
@@ -0,0 +1,5 @@
echo "Installing the heroku-accounts plugin for using multiple Heroku accounts..."
heroku plugins:install git://github.com/ddollar/heroku-accounts.git

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
1 change: 1 addition & 0 deletions mac
Expand Up @@ -43,3 +43,4 @@ echo "Installing RVM (Ruby Version Manager) ..."
source ~/.zshrc

bash < <(curl -s https://raw.github.com/thoughtbot/laptop/master/ruby)
bash < <(curl -s https://raw.github.com/thoughtbot/laptop/master/heroku)
1 change: 1 addition & 0 deletions ubuntu
Expand Up @@ -29,3 +29,4 @@ echo "Installing RVM (Ruby Version Manager) ..."
curl -s https://rvm.beginrescueend.com/install/rvm -o rvm-installer ; chmod +x rvm-installer ; ./rvm-installer --version latest

bash < <(curl -s https://raw.github.com/thoughtbot/laptop/master/ruby)
bash < <(curl -s https://raw.github.com/thoughtbot/laptop/master/heroku)

0 comments on commit ff6ed23

Please sign in to comment.