Unable to install plugin on redmine 2.2.3
Added by Andrea Colajacomo over 11 years ago
Hi all,
I have download redmine from bitnami, it is version 2.2.3
I want to try some plugin but i'n not able to hget working anyone.
I tried:
redmine_dropbox_attachments-2.0.0
redmine_all_files-master
clipboard_image_paste-master
I follow the instruction on the redmine wiki
http://www.redmine.org/projects/redmine/wiki/Plugins
I didn't execute the migrate command because it is a new installation. I didn't understand really if the rake command is needed or not.
Anyway, everytime i put the plugin folder in my path ( D:\BitNami\redmine-2.2.3-0\apps\redmine\htdocs\plugins ) redmine failed to start adn i can't find errors.
Some question:
- where can i find logs about the redmine start or plugin installation ?
- how to understand if a need to execute the rake command ?
- After a try, to remove the plugin I removed the folder inside plugin, it is enough ? There is something to do in the db ?
Other suggestion ?
Thanks
Bye
Replies (2)
RE: Unable to install plugin on redmine 2.2.3 - Added by Dhanasingh Krishnapandian over 11 years ago
check if this posting http://www.redmine.org/boards/3/topics/35683 is helpful
RE: Unable to install plugin on redmine 2.2.3 - Added by Ivan Cenov over 11 years ago
- redmine_dropbox_attachments-2.0.0
- redmine_all_files-master
- clipboard_image_paste-master
- redmine_dropbox_attachments
- redmine_all_files
- clipboard_image_paste
'master' is appended by github.com and should be stripped off when unzipping plugins. If plugins modify the database you should do migration.
I am not familiar with bitnami distribution but 'D:\BitNami\redmine-2.2.3-0\apps\redmine\htdocs\plugins?' is somewhat strange. Plugins are stored in 'plugins' folder under root redmine folder. You have two folders in the hierarchy named 'redmine' and this is suspicious.