Skip to content

Instantly share code, notes, and snippets.

@jtopjian
Created July 3, 2014 20:31
Show Gist options
  • Select an option

  • Save jtopjian/975bc8b0285ab4273206 to your computer and use it in GitHub Desktop.

Select an option

Save jtopjian/975bc8b0285ab4273206 to your computer and use it in GitHub Desktop.
redmine plugins
# https://github.com/bdemirkir/sidebar_hide
git clone https://github.com/bdemirkir/sidebar_hide
# http://www.redmine.org/plugins/monitoring-controlling
#git clone http://github.com/alexmonteiro/Redmine-Monitoring-Controlling.git redmine_monitoring_controlling
# http://www.redmine.org/plugins/codereview
wget https://bitbucket.org/haru_iida/redmine_code_review/downloads/redmine_code_review-0.6.3.zip
unzip redmine_code_review-0.6.3.zip
# http://www.redmine.org/plugins/redmine-mentions
git clone https://github.com/arkhitech/redmine_mentions
# http://www.redmine.org/plugins/redmine_git_hosting
git clone https://github.com/jbox-web/redmine_git_hosting
#git clone https://github.com/ogom/redmine_sidekiq.git
git clone https://github.com/jbox-web/redmine_bootstrap_kit.git
cd redmine_git_hosting/
git checkout v0.7.3
cd ..
# http://www.redmine.org/plugins/redmine_revision_diff
git clone https://github.com/mateusmedeiros/redmine_revision_diff
# http://projects.andriylesyuk.com/project/redmine/extended-fields
#wget http://projects.andriylesyuk.com/attachments/download/556/extended_fields-0.2.3.tar.bz2
tar xjvf extended_fields-0.2.3.tar.bz2
# http://www.redmine.org/plugins/redmine_ld_rize
git clone https://github.com/matobaa/redmine_ld_rize
# http://www.redmine.org/plugins/openid_fix
wget http://projects.andriylesyuk.com/attachments/download/558/openid_fix-0.2.0.tar.bz2
tar xjvf openid_fix-0.2.0.tar.bz2
# http://www.redmine.org/plugins/event_notifications
git clone https://github.com/jrupesh/event_notifications.git
# http://www.redmine.org/plugins/redmine_notify
# doesn't seem to work with latest redmine
#git clone https://github.com/johnp2686/redmine_notify
# http://www.redmine.org/plugins/redmine-slack
git clone https://github.com/sciyoshi/redmine-slack
# http://www.redmine.org/plugins/redmine_group_owners
git clone https://github.com/m-ramizraja/redmine_group_owners
# https://github.com/jfqd/redmine_helpdesk
git clone https://github.com/jfqd/redmine_helpdesk
# http://projects.jorgebg.com/projects/redmine-openid-selector
wget https://openid-selector.googlecode.com/files/openid-selector-1.3.zip
unzip openid-selector-1.3.zip
# http://www.redminebacklogs.net
git clone git://github.com/backlogs/redmine_backlogs.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment