Projet

Général

Profil

Wiki » Historique » Version 3

Patrice Nadeau, 2014-07-09 19:12

1 1 Patrice Nadeau
{{toc}}
2
3
h1. Wiki
4
5
h2. Plugins
6
7
h3. Redmine Rouge
8 3 Patrice Nadeau
Plugin pour le "syntax highlight.
9
[[http://rouge.jayferd.us/demo Language supporté]]
10 1 Patrice Nadeau
11
https://github.com/ngyuki/redmine_rouge
12
13
<pre>
14
<code class="bash">
15
cd /srv/redmine/plugins
16
git clone https://github.com/ngyuki/redmine_rouge.git
17
cd ..
18
bundle install
19 2 Patrice Nadeau
# Relancer redmine
20
rcredmine restart
21 1 Patrice Nadeau
</code>
22
</pre>