Project

General

Profile

h1{padding-top:25px}. Installation # *Unzip* plugin into @./plugins/@. This would result in a directory-path like:
./plugins/redmine_contacts/init.rb
# *Go to* redmine root folder (ex. @cd /var/www/redmine@) # *Install* dependent ruby gems by following command:
bundle install --without development test
# *Migrate database* and copy assets by following command:
bundle exec rake redmine:plugins NAME=redmine_contacts RAILS_ENV=production
# You now need to *restart Redmine* so that it shows the newly installed plugin in the list of installed plugins ("Administration -> Plugins"). # Go to "Administration -> Contacts" and setup plugin global settings. h1. Video guide message#448