Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 812 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 812 Bytes

This is a general oauth 2.0 login redmine5.0 plug-in

0.0.1 Only oauth2.0 with all APIs under the same domain name is supported

0.0.2 Support user information under the new domain name

google oauth2

install

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