#41 add update instruction
This commit is contained in:
parent
0b7c1809fa
commit
ef2f4bf87d
@ -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
|
||||
---------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user