Projet

Général

Profil

Wiki » Historique » Version 4

Patrice Nadeau, 2014-07-09 19:14

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