#41 add update instruction

This commit is contained in:
Alexander Meindl 2019-03-13 09:51:03 +01:00
parent 0b7c1809fa
commit ef2f4bf87d

View File

@ -71,6 +71,22 @@ Restart your application server (apache with passenger, nginx with passenger, un
More information about installation of Redmine plugins, you can find in the official `Redmine plugin documentation <https://www.redmine.org/projects/redmine/wiki/Plugins>`_.
Update
------
Update ``additionals`` plugin for `Redmine`_.
.. code-block:: bash
$ cd $REDMINE_ROOT/plugins/additionals
$ git pull
$ cd ../..
$ bundle install --without development test
$ bundle exec rake redmine:plugins:migrate RAILS_ENV=production
Restart your application server (apache with passenger, nginx with passenger, unicorn, puma, etc.) and ``Additionals`` is ready to use.
Uninstall
---------