Projet

Général

Profil

Wiki » Historique » Version 1

Patrice Nadeau, 2014-07-09 18:53

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
</code>
18
</pre>