Private Wiki: Unable to install plugin (solved)
Added by Libor Wagner over 12 years ago
Hello,
I have followed (a slightly altered) install instructions on [http://www.redmine.org/plugins/private_wiki]:
cd /home/user/path_to_you_app/ git clone git://github.com/f0y/redmine_private_wiki.git vendor/plugins/redmine_private_wiki cd vendor/plugins/redmine_private_wiki git checkout redmine-private-wiki-0.1.1 cd ../../.. rake db:migrate_plugins RAILS_ENV=production
but the plugin doesn't seems to be installed in Administration > Plugins
is there something I'm doing wrong, the redmine version I'm using is Redmine 1.4.3.stable (MySQL) on Ubuntu 12.4?
Thanks,
Libor
Solution:¶
The problem was that there are two redmine directories "/usr/share/redmine/" and "/var/www/redmine" the plugins belong to the first one.