Wiki » Historique » Révision 2
Révision 1 (Patrice Nadeau, 2014-07-09 18:53) → Révision 2/279 (Patrice Nadeau, 2014-07-09 19:03)
{{toc}}
h1. Wiki
h2. Plugins
h3. Redmine Rouge
https://github.com/ngyuki/redmine_rouge
<pre>
<code class="bash">
cd /srv/redmine/plugins
git clone https://github.com/ngyuki/redmine_rouge.git
cd ..
bundle install
# Relancer redmine
rcredmine restart
</code>
</pre>