Skip to content

niwasawa/ruby-sinatra-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ruby-sinatra-hello-world

A sample code of Ruby with Sinatra

Deploy this app to localhost

$ git clone https://github.com/niwasawa/ruby-sinatra-hello-world.git
$ cd ruby-sinatra-hello-world/
$ bundle config set --local path 'vendor/bundle'
$ bundle install
$ bundle exec ruby myapp.rb

Access to http://localhost:8888/

Deploy this app to Heroku

$ git clone https://github.com/niwasawa/ruby-sinatra-hello-world.git
$ cd ruby-sinatra-hello-world
$ heroku create
$ git push heroku master

About

A sample code of Ruby with Sinatra

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors