Redmine 2.3
-
Copy the plugin directory into the plugins directory
-
Install the required gems
bundle install --without development test
-
Execute migration
rake redmine:plugins:migrate RAILS_ENV=production
-
Start Redmine
Administration > OAuth Client Applications
-
Request Token URL:
http://your.redmine.host/oauth/request_token
-
Access Token URL:
http://your.redmine.host/oauth/access_token
-
Authorize URL:
http://your.redmine.host/oauth/authorize