Skip to content

rchrd2/dokku-ruby-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Dokku

git remote add dokku dokku@<dokku-server>:dokku-ruby-example
git push dokku master
# open dokku-ruby-example.<dokku-server>

Documentation

For more information about using Ruby on Heroku, see these Dev Center articles:

About

Hello, Dokku Ruby!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%