Projet

Général

Profil

Wiki » Historique » Version 1

Pierre Blondeau, 30/08/2013 16:06

1 1 Pierre Blondeau
h1. Installation
2
3
Go to Redmine Dir
4
5
Copy files to the plugins directory
6
git clone --depth=1 https://forge.greyc.fr/git/redmine-delete-project vendor/plugins/redmine_delete_project
7
rm -rf vendor/plugins/redmine_delete_project/.git
8
9
Upgrade plugin and restart apache :
10
rake db:migrate_plugins RAILS_ENV=production
11
service apache2 restart
12
13
Configure the plugins :
14
Administration -> Plugins -> Configure
15
16
Allow Manager to delete project :
17
Administration -> Roles and permissions -> Manager -> Check Delete Project
18
19
Enable "Delete Project" as default project module :
20
Administration -> Settings -> Projects -> Check Delete Project