| 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 |
|---|
| | 17 | Installing the Login Engine is fairly simple. |
|---|
| | 18 | |
|---|
| | 19 | Your 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> |
|---|