mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/sinatra/sinatra/releases) - [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.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: