[Rails] How do I install user_engine & login_engine?
James Adam
james.adam at gmail.com
Tue Dec 27 21:33:17 GMT 2005
it should be as simple as
cd your_rails_app
script/plugin discover
script/plugin install engines
script/plugin install login_engine
script/plugin install user_engine
Then you'll need to look at the README files that come with the login
and user engines and follow them to integrate the engines into your
particular application
- james
On 12/25/05, Frank Rocco <farocco at verizon.net> wrote:
> Hello,
>
> I have a Mac & PC and want to install these plug-ins.
> I do not understand the svn, what commands do I use?
>
> Thanks
> Frank
> _______________________________________________
> Rails mailing list
> Rails at lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>
More information about the Rails
mailing list