UPDATE -:
I haven't had the time to maintain this project. But someone created a fork which I strongly recommend you use over this as it is updated, and better maintained.
https://github.com/luismaia/rails4-bootstrap-devise-cancan-omniauth
Start Up Rails 4 app with Devise, Omniauth, cancan and twitter bootstrap in mysql
-
Make changes to development.rb to add correct settings for email
-
Make changes to devise.rb to add config email, and also external service app_id, and secret key (i.e. - facebook)
-
Rake db:create, db:migrate
-
Rake db:seeds to load first user (admin)
-
Run rails server
-
Have fun!