i have been using instant rails to run my application with apache server ,now i want to install plugins but i m not getting the right way to do it ;

i gave install plugin from console but every time error comes.so can any body tell me how to install plugins (when i am using instant rails and apache)


thanx in advance....

Recommended Answers

All 2 Replies

i have been using instant rails to run my application with apache server ,now i want to install plugins but i m not getting the right way to do it ;

i gave install plugin from console but every time error comes.so can any body tell me how to install plugins (when i am using instant rails and apache)


thanx in advance....

Depends on the plugin but generally it should be a case of adding the repository url:

script/plugin source url

Then installing it..

script/plugin install ferret  (or whatever you wanna install)

Quite often though installing plugins is a case of copying the folder to RAILS_ROOT/vendor/plugins

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.