Projet

Général

Profil

Wiki » Historique » Version 1

Pierre Blondeau, 02/09/2013 17:19

1 1 Pierre Blondeau
h1. Installation
2
3
1 - Go to Redmine Dir
4
5
2 - Copy files to the plugins directory
6
<pre>
7
git clone --depth=1 https://forge.greyc.fr/git/redmine-doc-link vendor/plugins/redmine_doc_link
8
rm -rf vendor/plugins/redmine_doc_link/.git
9
</pre>
10
11
3 - Upgrade plugin and restart apache :
12
<pre>
13
rake db:migrate_plugins RAILS_ENV=production
14
service apache2 restart
15
</pre>
16
17
4 - Configure the plugins :
18
<pre>
19
Administration -> Plugins -> Configure
20
</pre>