How to install Redmine WBS plugin – easy step by step tutorial
Installation of Easy WBS FREE
Do NOT install plugins as a ROOT user
Copy unziped plugin directory into REDMINE_ROOT/plugins
Run $ bundle install
Run $ rake db:migrate RAILS_ENV=production
Run $ rake redmine:plugins:migrate RAILS_ENV=production
Upgrade from Easy WBS FREE to WBS PRO
DELETE Easy WBS Free Plugin in your plugins folder (rm -r REDMINE_ROOT/plugins/easy_wbs) and unpack new plugin there.
Afterward, run bundle install and migrations (rake redmine:plugins:migrate) in REDMINE_ROOT and restart your app server.
Installation of Easy WBS PRO
Do NOT install plugins as a ROOT user
Copy unziped plugin directory into REDMINE_ROOT/plugins
Run $ bundle install
Run $ rake db:migrate RAILS_ENV=production
Run $ rake redmine:plugins:migrate RAILS_ENV=production
Upgrade of Easy WBS PRO
DELETE all Easy WBS PRO plugins in your plugins folder (rm -r REDMINE_ROOT/plugins/easy_wbs) and unpack new plugins there.
Afterward, run bundle install and migrations (rake redmine:plugins:migrate) in REDMINE_ROOT and restart your app server.