Installing plugins to Redmine on LAMP
Added by R N over 13 years ago
I have redmine running at /var/www/html/redmine-1.0/
The file system is chowned by www-data, and I've set that as rails user in the virtual host configuration as well. Redmine is working well otherwise, but I'm unable to install plugins successfully.
/var/www/html/redmine-1.0$ rake db:migrate:plugins RAILS_ENV=production
(in /var/www/html/redmine-1.0)
Migrating plugin orangutan ...
Migrating plugin stuff_to_do_plugin ...
/var/www/html/redmine-1.0$ sudo /etc/init.d/apache2 restart ..[OK]
After which I go to check the Plugins link under Adminstration, but nothing appears there. How could I troubleshoot this further?