Skip to content

Super simple hello world sinatra app. Haml used for views. Also added some Open Graph Protocol for fun.

Notifications You must be signed in to change notification settings

ciberch/sinatra-basic-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a simple shell app in Sinatra which can be used to share your personal contact info

This template uses:

  • Basic Sinatra
  • haml
  • Twitter Bootstrap
  • Portable Contacts
  • Open Graph Protocol

To deploy on Cloud Foundry

First fork the project. Then run:

git clone [email protected]:<your_name>/sinatra-cloudfoundry-basic-website.git mycf
cd mycf
bundle install;bundle package
git push heroku master

To add your Facebook App ID do:

heroku config:set facebook_app_id=23823782

About

Super simple hello world sinatra app. Haml used for views. Also added some Open Graph Protocol for fun.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published