Wiki » Historique » Révision 3
Révision 2 (Patrice Nadeau, 2014-07-09 19:03) → Révision 3/279 (Patrice Nadeau, 2014-07-09 19:12)
{{toc}}
h1. Wiki
h2. Plugins
h3. Redmine Rouge
Plugin pour le "syntax highlight.
[[http://rouge.jayferd.us/demo Language supporté]]
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>