Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zquestz/authpoint

Starting point for rails 3.1 apps using omniauth
https://github.com/zquestz/authpoint

Last synced: 3 months ago
JSON representation

Starting point for rails 3.1 apps using omniauth

Awesome Lists containing this project

README

        

- authpoint -
http://github.com/zquestz/authpoint

Simple shell for rails 3 using omniauth.

This app uses bundler, and rvm is recommended. By default it uses the 1.9.2@authpoint gemset.

Setup is pretty easy.

* Clone the repo
* Run 'bundle install'
* Edit 'config/database.yml'
* Run 'rake db:create db:migrate db:test:prepare'
* Setup 'config/providers.yml'
* Run the specs and make sure everything passes with 'rake spec'

These docs are obviously very rough, more info will be coming soon.

-quest