Actions
Wiki » Historique » Révision 2
« Précédent |
Révision 2/5
(diff)
| Suivant »
Pierre Blondeau, 30/08/2013 16:08
Installation¶
1 - Go to Redmine Dir
2 - Copy files to the plugins directory
git clone --depth=1 https://forge.greyc.fr/git/redmine-delete-project vendor/plugins/redmine_delete_project rm -rf vendor/plugins/redmine_delete_project/.git
3 - Upgrade plugin and restart apache :
rake db:migrate_plugins RAILS_ENV=production service apache2 restart
4 - Configure the plugins :
Administration -> Plugins -> Configure
5 - Allow Manager to delete project :
Administration -> Roles and permissions -> Manager -> Check Delete Project
6 - Enable "Delete Project" as default project module :
Administration -> Settings -> Projects -> Check Delete Project
Mis à jour par Pierre Blondeau il y a plus de 11 ans · 2 révisions