If you see this errror;
ERROR RUNNING ‘cluster::configure’: Plugin /cluster::configure does not exist in category /commands
Make sure you have; “mongrel_cluster” gem installed.
You can see whether it exists in the list by issuing the command;
gem list –local
If you don’t see it, run;
gem install mongrel_cluster
That should fix your issue.
