Skip to content

robi42/ringo-heroku-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ringo Heroku App

This is a minimal RingoJS application targeting deployment to Heroku.

Deploy

$ gem install heroku
$ heroku create --stack cedar
$ git push heroku master
$ heroku open

Dev

To run it locally launch ringo with the main script via foreman:

$ gem install foreman
$ foreman start

Then point your browser to this URL:

http://localhost:5000/

About

A minimal Ringo app targeting deployment to Heroku.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published