public
Description: Blank Slate Rails App with OpenID, Facebook Connect, etc.
Homepage: http://embark.poweredbygeek.com
Clone URL: git://github.com/lwallenstein/embark.git
embark /
name age message
file .DS_Store Loading commit data...
file README
file Rakefile
directory app/
directory config/
directory db/
directory doc/
directory log/
directory public/
directory script/
directory test/
directory vendor/
README
Configuration
In the config/environments/production.rb
Change HOST to your host

In config/environment.rb
Change the DO_NOT_REPLY to the from email address

Install ruby-openid
sudo gem install ruby-openid

Make OpenID database tables
rake open_id_authentication:db:create

Migrate
rake db:migrate

Setup a Facebook App

Setup Facebooker
rake facebooker:setup

In app/views/layouts
Change the line to your own API key that your facebook app generated
window.api_key = 'eacd9ebbf06ff422f1610476d913e7c4';