Project

General

Profile

running script in Redmine to add gmail support

Added by Robert Lewis almost 14 years ago

Msg 13696 links to a way to get gmail to work with Redmine.

I cannot get this script to run

ruby script/plugin install git://github.com/collectiveidea/action_mailer_optional_tls.git

Do I enter this from a command prompt in windows, or in a web browser? I have tried both. Or do I download it from somewhere and then run it? I can't find it on the web or on my computer. I run the command ruby in the command prompt and it is not a recognized command so I don't think it is installed...

Any help would be appreciated. I have no knowledge of Ruby other then it is used in Redmine which we are trying to use.

This is the text of msg 13696.

Thank you in advance

Robert

"Install the action_mailer_optional_tls plugin

The action_mailer_optional_tls_plugin adds a TLS option to Redmine's emailing library, ActionMailer. TLS is a version of SSL which is required by GMail in order to send email.

To install this plugin, use the script/plugin command in your Redmine directory:

ruby script/plugin install git://github.com/collectiveidea/action_mailer_optional_tls.git"


Replies (1)

RE: running script in Redmine to add gmail support - Added by Felix Schäfer almost 14 years ago

It really depends on how you have installed redmine on your windows machine, but this command should be run from the directory redmine is installed in, and if ruby is not your PATH, the you'll have to supply the full path. You do have ruby installed somewhere on the machine or redmine wouldn't run ;-)

Anyway, this is a windows-specific problem, and one related to installing rails plugins, not redmine directly. Maybe google around for any combination of windows, rails, plugin, install and the type of redmine installation you have, and you should be able to figure it out. Note that you will also need to have a git binary somewhere for that to work.

    (1-1/1)