Skip to content

RobertLowe/heroku-sinatra-pony-gmail-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

// Create app on heroku:

  git clone git://github.com/RobertLowe/heroku-sinatra-pony-gmail-template.git
  cd heroku-sinatra-pony-gmail-template
  bundle install

// To run:
  ruby application.rb

// Setup heroku:

  heroku create my-new-app

// Optionally add releases and logging if you haven't:

  heroku addons:add releases:basic
  heroku addons:upgrade logging:expanded

// Add your changes:

git add . 
git commit -m "I added some stuff"

git push heroku master

// All done
// Build on Ruby 1.9.x w/ Bundler
// screenshot-template.psd safari cut-out

About

A mocked-down template of my professional site; It's a simple one-page app, feel free to copy it, just replace the content and graphics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published