Skip to content

Commit

Permalink
install the foreman gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Dec 4, 2011
1 parent 87f10cc commit 3caaedb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Laptop
======

Laptop is a set of scripts to get your laptop set up as a development machine.
Laptop is a set of scripts to get your laptop set up as a Rails development machine.

Mac OS X
--------
Expand Down Expand Up @@ -42,6 +42,7 @@ What it sets up
* Heroku gem (for interacting with the Heroku API)
* Taps gem (for pushing and pulling SQL databases between environments)
* 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)

It should take about 30 minutes for everything to install, depending on your machine.
3 changes: 3 additions & 0 deletions ruby
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ echo "Installing the pg gem to talk to Postgres databases ..."

echo "Installing the git_remote_branch gem for fast feature branch creating and deleting ..."
gem install git_remote_branch --no-rdoc --no-ri

echo "Installing the foreman gem for serving your Rails apps in development mode ..."
gem install foreman --no-rdoc --no-ri

0 comments on commit 3caaedb

Please sign in to comment.