nirleka / sinatra-cloudfoundry-basic-website

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

Home Page:http://ciberch.cloudfoundry.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com:<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.

http://ciberch.cloudfoundry.com


Languages

Language:Ruby 100.0%