Changeset 330

Show
Ignore:
Timestamp:
04/05/06 08:22:35 (3 years ago)
Author:
snowblink
Message:

Ticket #118 SVN source for login_engine not found

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • login_engine/branches/rb_1.0/README

    r282 r330  
    1515= Installation 
    1616 
    17 Installing the Login Engine is fairly simple. You'll probably need to accept the SSL certificate here for the OpenSVN servers. For example: 
    18     $ script/plugin install login_engine 
    19   or 
    20     % svn co https://opensvn.csie.org/rails_engines/plugins/login_engine <MY_RAILS_APP>/vendor/plugins/login_engine 
     17Installing the Login Engine is fairly simple. 
     18 
     19Your options are: 
     20  1.  Install as a rails plugin: 
     21      $ script/plugin install login_engine 
     22  2.  Use svn:externals 
     23      $ svn propedit svn:externals vendor/plugins 
     24 
     25      You can choose to use the latest stable release: 
     26          login_engine http://svn.rails-engines.org/plugins/login_engine 
     27 
     28      Or a tagged release (recommended for releases of your code): 
     29          login_engine http://svn.rails-engines.org/logine_engine/tags/<TAGGED_RELEASE> 
    2130 
    2231There are a few configuration steps that you'll need to take to get everything running smoothly. Listed below are the changes to your application you will need to make.