#167 Installation/Upgrade procedure

This commit is contained in:
karel.picman@lbcfree.net 2020-05-13 13:30:16 +02:00
parent 5dd32b6251
commit 15ef78a817

View File

@ -42,18 +42,26 @@ Installation
From a ZIP file:
* Download the latest version of the plugin
* Unzip to */plugins*
* Download the latest version of the plugin.
* Unzip it to /plugins.
From a GIT repository:
* Clone repository with <b>git clone https://github.com/anteo/redmine_custom_workflows.git plugins/redmine_custom_workflows</b> command
* Clone the repository:
```
git clone https://github.com/anteo/redmine_custom_workflows.git
```
After download:
* Run <b>RAILS_ENV=production bundle exec rake db:migrate</b>
* Run <b>RAILS_ENV=production bundle exec rake redmine:plugins:migrate NAME=redmine_custom_workflows</b>
* Restart Redmine, e.g. <b>systemctl restart apache2<b>
* Run migrations and restart the application:
```
RAILS_ENV=production bundle exec rake db:migrate
RAILS_ENV=production bundle exec rake redmine:plugins:migrate NAME=redmine_custom_workflows
systemctl restart apache2
```
Configuration
-------------