Projet

Général

Profil

Wiki » Historique » Révision 4

Révision 3 (Patrice Nadeau, 2014-07-09 19:12) → Révision 4/279 (Patrice Nadeau, 2014-07-09 19:14)

{{toc}} 

 h1. Wiki 

 h2. Plugins 

 h3. Redmine Rouge 

 
 Plugin pour le "syntax highlight. 

 "Language supporté":http://rouge.jayferd.us/demo 
 [[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>