Installation of restful_authentication_tutorial

  • git clone git://github.com/activefx/restful_authentication_tutorial.git
  • cd restful_authentication_tutorial
  • git submodule init
  • git submodule update
  • Set up database.yml file
  • Set up config.yml file (repeat as necessary for test and production environments)
  • settings/domain - should be your domain name without www or http, ex. yourdomain.com
  • settings/in_beta - should be true or false only
  • set new_user_invite_limit to zero to prevent new users from sending invitations when in beta
  • Change the login and password for the admin user in the _set_up_first_admin_user.rb migration
  • Change contact_site method in application.rb to redirect to your site's contact form or info
Install Gem
  • sudo gem install ruby-openid nofxx-annotate rspec rspec-rails yfactorial-utility_scopes rack capistrano
Continue Database Migration
  • rake db:create:all or db:create
  • rake db:migrate

0 comments:

Post a Comment