Created
November 16, 2011 20:07
-
-
Save benlodotcom/1371193 to your computer and use it in GitHub Desktop.
GmailRssifier - Install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cd PATH/TO/MY_APP | |
$ heroku create myapp | |
$ git commit -a | |
$ git push heroku master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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