Skip to content

Instantly share code, notes, and snippets.

@benlodotcom
Created November 16, 2011 20:07
Show Gist options
  • Save benlodotcom/1371193 to your computer and use it in GitHub Desktop.
Save benlodotcom/1371193 to your computer and use it in GitHub Desktop.
GmailRssifier - Install
$ cd PATH/TO/MY_APP
$ heroku create myapp
$ git commit -a
$ git push heroku master
$ gem install bundler #Install bundler if you don't already have bundler installed.
...
$ bundle install #Install all the gems GmailRSSifier depends on (Take a look at the content of the Gemfile to know all the dependencies).
...
$ rackup #Start the application!
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment