Projet

Général

Profil

Wiki » Historique » Version 2

Patrice Nadeau, 2014-07-09 19:03

1 1 Patrice Nadeau
{{toc}}
2
3
h1. Wiki
4
5
h2. Plugins
6
7
h3. Redmine Rouge
8
9
https://github.com/ngyuki/redmine_rouge
10
11
<pre>
12
<code class="bash">
13
cd /srv/redmine/plugins
14
git clone https://github.com/ngyuki/redmine_rouge.git
15
cd ..
16
bundle install
17 2 Patrice Nadeau
# Relancer redmine
18
rcredmine restart
19 1 Patrice Nadeau
</code>
20
</pre>