mirror of
https://github.com/anteo/redmine_custom_workflows.git
synced 2026-01-26 00:04:20 +00:00
#167 Installation/Upgrade procedure
This commit is contained in:
parent
5dd32b6251
commit
15ef78a817
20
README.md
20
README.md
@ -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
|
||||
-------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user