All plugins don't seem to install (the install process gets stuck on these, at least occasionally) and then there's the issue of restarting the system...
The steps to install a Redmine plugin are:
- Download the plugin, some useful ones can be found from Redmine's Wiki.
- Unzip the archive to redmine/vendor/plugins (some require that the directory you create is named in a certain way).
- (Change to bitnami stack with ./use_redmine if you are using that)
- Go to your redmine installation directory.
- rake db:migrate_plugins RAILS_ENV=production to migrate the plugins (not every plugin requires this, but most seems to).
- ps axf | grep mongrel (or replace mongrel with what ever backend you are using)
- Search the part that says something like tmp/pids/mongrel.3002.pid (I have two of those).
- For each process, do mongrel_rails restart -P <redmine dir>/tmp/pids/mongrel.3002.pid obviously replacing the file name with the correct one from the ps output.
No comments:
Post a Comment