-
Notifications
You must be signed in to change notification settings - Fork 2
Easy Deployment to Heroku
reidab edited this page Sep 13, 2010
·
2 revisions
The current version of TweetLens is targeted for deployment on Heroku, mainly because that’s what I’m using to run it at the moment. It’s easy to get the app up and running there.
- Clone the TweetLens source:
git clone git://github.com/reidab/tweetscope.git
- Customize your site and commit your changes to your local git repository.
git commit -a -m "description of changes"
- Sign up for a platform preview account at Heroku if you don’t have one already and install the heroku gem (
sudo gem install heroku
) - In your TweetLens directory, create a Heroku app. This will set up
heroku create your_app_name
- Push your app to Heroku.
git push heroku
- Check out your new site.
heroku open