An info about rake tasks added into the instalation procedure

This commit is contained in:
Karel Picman 2013-10-23 08:34:04 +02:00
parent c0c47da7cb
commit 7b96584428

View File

@ -152,6 +152,11 @@ Before installing ensure that the Redmine instance is stopped.
5. Restart web server
6. You should configure plugin via Redmine interface: Administration -> Plugins -> DMSF -> Configure
7. Assign DMSF permissions to appropriate roles
8. There are two rake tasks:
a) To convert documents from the standard Redmine document module
rake redmine:dmsf_convert_documents project=test RAILS_ENV="production"
b) To alert all users who are expected to do an approval in the current approval steps
rake redmine:dmsf_alert_approvals RAILS_ENV="production"
### Fulltext search (optional)
If you want to use fulltext search features, you must setup file content indexing.