Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

rnelson/sinatra-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

I created this project as a starting point for a Sinatra-based Ruby project hosted on Heroku. It's not the best setup (see the food inspections project for a better example) but it's enough to get going.

Gems

$ rvm install --default 2.1
$ gem install --no-ri mysql pg bundler heroku sass haml liquid
$ bundle install

Heroku

$ heroku create --stack cedar
$ git clone git@heroku.com:HEROKUPROJECTNAME.git .
$ heroku addons:add custom_domains:basic
$ heroku domains:add YOURDOMAIN
$ heroku domains:add www.YOURDOMAIN

About

A skeleton for a Sinatra-based Ruby webapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors