- 0.0.1 not super
- Host: https://accounts.google.com
- Auth: /o/oauth2/auth
- Token: /o/oauth2/token
- User Info: https://www.googleapis.com/oauth2/v1/userinfo
- Email key: email
- UID: name or empty
- Fist name name or given_name or family_name
apt-get install -y make gcc git | yum install -y make gcc git
cd x/redmine/plugins
git clone https://github.com/nomadli/redmine_oauth2
cd x/redmine
bundle install --without development test
rake redmine:plugins:migrate RAILS_ENV=production
touch x/redmine/tmp/restart.txt