Help with installing login_engine

Hello,

I did a script/plugin discover
then script/plugin engine
then script/plugin login_engine

The discover worked, but I get engine and login_engine not found.

I am using a Mac

Thanks

Frank

On Dec 28, 2005, at 4:41 PM, Frank R. wrote:

Thanks

Frank


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails

Frank-

You need to do this instead:

script/plugin install engine
then script/plugin install login_engine

Cheers-
-Ezra Z.
WebMaster
Yakima Herald-Republic Newspaper
[email protected]
509-577-7732

Also, it’s “script/plugin install engines” (not ‘engine’)

  • james

not found: svn ls http://opensvn.csie.org/rails_engines/plugins/
not found: svn ls http://topfunky.net/svn/plugins/
Plugin not found: engines

I get the errors above.

Frank

I might also guess that you don’t have SVN installed, or on your path.

  • james

Did you make sure to run this first?

$ script/plugin discover

And answer yes to all the questions to add all the plugin repos to

your rails install.

Cheers-
-Ezra

On Dec 29, 2005, at 5:02 AM, Frank R. wrote:

Also, it’s “script/plugin install engines” (not ‘engine’)

then script/plugin engine
Rails mailing list

http://lists.rubyonrails.org/mailman/listinfo/rails

-Ezra Z.
WebMaster
Yakima Herald-Republic Newspaper
[email protected]
509-577-7732