Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waj/redmine_google_apps
Redmine plugin to use Google Apps users
https://github.com/waj/redmine_google_apps
Last synced: 3 days ago
JSON representation
Redmine plugin to use Google Apps users
- Host: GitHub
- URL: https://github.com/waj/redmine_google_apps
- Owner: waj
- Created: 2012-01-21T22:47:08.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-28T17:37:14.000Z (almost 13 years ago)
- Last Synced: 2023-03-22T11:55:02.064Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 132 KB
- Stars: 33
- Watchers: 3
- Forks: 14
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Google Apps login for Redmine
=============================This Redmine plugin allows you to login using your Google Apps domain's user.
Requirements
------------* Redmine 1.2.x or newer
* The gems 'ruby-openid' and 'ruby-openid-apps-discovery' installed
* ... a Google Apps domain ;-)Install
-------Clone the plugin source code into your Redmine's plugin directory.
git clone git://github.com/waj/redmine_google_apps.git vendor/plugins/google_apps
**NOTE:** Make sure the plugin directory is name `google_apps`.
Install the required gems:
gem install ruby-openid ruby-openid-apps-discovery
Setup
-----Login with your administrator account, go to the Administration section and now you should see the 'Google Apps' link. Add your Google Apps domain like 'example.com'. (Note, it's not www.example.com).
Logout and go to the login page again. Now a link to login with your Google Apps domain should be visible.