mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
Bumps [thin](https://github.com/macournoyer/thin) from 1.7.2 to 1.8.0. - [Release notes](https://github.com/macournoyer/thin/releases) - [Changelog](https://github.com/macournoyer/thin/blob/master/CHANGELOG) - [Commits](https://github.com/macournoyer/thin/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
ruby-sample
This is a barebones Ruby app using the Sinatra framework.
Running Locally
Asumming you have Ruby, Bundler and Heroku Toolbelt installed on your machine:
git clone git@github.com:heroku/ruby-sample.git # or clone your own fork
cd ruby-sample
bundle
foreman start
Your app should now be running on localhost:5000.
Deploying to Heroku
heroku create
git push heroku master
heroku open
Documentation
For more information about using Ruby on Heroku, see these Dev Center articles: