-
Notifications
You must be signed in to change notification settings - Fork 0
/
install_plugins.sh
173 lines (118 loc) · 5.22 KB
/
install_plugins.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
cd ..
cd plugins/
echo "Accept plugin"
git clone https://github.com/stefanzugal/accept-plugin.git accept
echo "Clipboard image paste"
git clone https://github.com/peclik/clipboard_image_paste.git
echo "My Projects plugin"
git clone https://github.com/peelman/my_projects.git
echo "Progressive Projects List plugin"
git clone https://github.com/stgeneral/redmine-progressive-projects-list.git progressive_projects_list
echo "Redmine Select2 Plugin"
git clone https://github.com/Undev/redmine__select2.git redmine__select2
echo "Redmine Banner plugin"
git clone https://github.com/akiko-pusu/redmine_banner.git
echo "Redmine Checklist"
git clone https://github.com/RCRM/redmine_checklists.git
echo "Redmine Close Button"
git clone https://github.com/Undev/redmine_close_button.git
echo "Integrador 0800Net"
git clone https://github.com/ebaptistella/integrator0800.git
echo "Gamification plugin"
git clone https://github.com/marcodotcastro/redmine_gamification_plugin.git
echo "Redmine Graphs plugin"
git clone https://github.com/bradbeattie/redmine-graphs-plugin.git redmine_graphs
echo "Redmine Hotkeys Js plugin"
git clone https://github.com/sasha-ch/redmine_hotkeys_js.git
echo "Redmine Issue Badge plugin"
git clone https://github.com/akiko-pusu/redmine_issue_badge.git
echo "Redmine issue completion"
git clone https://github.com/insspb/redmine_issue_completion.git
echo "Redmine Issue Evm plugin"
git clone https://github.com/momibun926/redmine_issue_evm.git
echo "Redmine Issue Favicon plugin"
hg clone https://bitbucket.org/akiko_pusu/redmine_issue_favicon
echo "Redmine Issues Tree plugin"
git clone https://github.com/Loriowar/redmine_issues_tree.git
echo "Redmine jsToolbar Extension"
git clone https://github.com/tleish/redmine_jstoolbar_ext.git
echo "Redmine jsToolbar Buttons Extension"
git clone https://github.com/tleish/redmine_jstoolbar_ext_buttons.git
echo "Ext CodeRay"
git clone https://github.com/tleish/redmine_jstoolbar_ext_coderay
echo "Redmine Lightbox 2"
git clone https://github.com/paginagmbh/redmine_lightbox2.git
echo "Redmine Login Audit plugin"
git clone https://github.com/martin-denizet/redmine_login_audit.git
echo "Redmine (Monitoring & Controlling | Monitoramento & Controle)"
git clone https://github.com/alexmonteiro/Redmine-Monitoring-Controlling.git redmine_monitoring_controlling
echo "Redmine Pivot Table plugin"
git clone https://github.com/deecay/redmine_pivot_table.git
echo "Redmine Q&A Plugin"
git clone https://github.com/RCRM/redmine_questions.git
echo "Redmine Agile"
git clone https://github.com/RCRM/redmine_agile.git
echo "Redmine People"
git clone https://github.com/RCRM/redmine_people.git
echo "Revision Branches"
git clone https://github.com/tleish/redmine_revision_branches.git
echo "Redmine Scrum Cards plugin"
git clone https://github.com/echoes-tech/redmine_scrum_cards.git
echo "Redmine Spent Time plugin"
git clone https://github.com/eyp/redmine_spent_time.git
echo "Redmine Sticky Messages plugin"
git clone https://github.com/jongha/redmine_sticky_messages.git
echo "Tab Plugin"
git clone git://github.com/jamtur01/redmine_tab.git
echo "Redmine Tags"
git clone https://github.com/ixti/redmine_tags.git
echo "Redmine Spent Time plugin"
git clone https://github.com/arkhitech/redmine_timesheet_plugin.git
echo "Redmine Workflow Enhancements"
git clone https://github.com/dr-itz/redmine_workflow_enhancements.git
echo "Redmine Zen Edit plugin"
git clone https://github.com/RCRM/redmine_zenedit.git
echo "Redrisk plugin"
git clone https://github.com/rolesoftware/redrisk.git
echo "Release Logs plugin"
git clone https://github.com/iridakos/release_logs.git
echo "Sidebar Hide Plugin"
git clone https://github.com/bdemirkir/sidebar_hide.git
echo "Simple Author Change plugin"
git clone https://github.com/staskie/simple_author_change.git
echo "Timelog Timer plugin"
git clone https://github.com/behigh/redmine_timelog_timer.git timelog_timer
echo "Redmine CKEditor"
git clone https://github.com/a-ono/redmine_ckeditor.git
echo "Notify Users"
git clone https://github.com/Undev/notify_custom_users.git notify_custom_users
echo "Necessario campo personalizado para envio de notificacao por e-mail"
echo "Niko-Niko"
git clone https://github.com/adrianobr/redmine_nikoca_re.git
echo "Presentation"
git clone https://github.com/florentsolt/redmine-presentation.git redmine_presentation
echo "Deface and Issue Multiprojects"
git clone https://github.com/jbbarth/redmine_base_deface.git
git clone https://github.com/nanego/redmine_multiprojects_issue.git
echo "Redmine Emoji Button"
git clone https://github.com/paginagmbh/redmine_emojibutton.git
cd redmine_emojibutton
bundle install
cd ..
echo "Redmine Backlogs"
git clone https://github.com/backlogs/redmine_backlogs.git
cd redmine_backlogs
git checkout -b redmine3 origin/feature/redmine3
cd ..
bundle exec rake redmine:backlogs:install
#find / -name pt-BR.yml -exec bash -c 'mv $0 ${0/pt-BR.yml/pt-br.yml}' {} \;
#find / -name pt-br.yml -exec sed -r -i s/pt-BR/pt-br/g {} \;
cd ..
echo "Finalizado a instalação de plugins"
echo ""
echo "---INICIANDO bundle install test---"
bundle install --without development test
echo "Rake Emoji Imagens"
bundle exec rake emoji
echo "Executando migrations de todos os plugins"
bundle exec rake redmine:plugins:migrate RAILS_ENV=production