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

magizh/sinatra-cloudfoundry-basic-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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
  • 960gs
  • Portable Contacts
  • Open Graph Prootocol

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
vmc push

To add your Facebook App ID do:

vmc env-add <app_name> 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