mirror of
https://github.com/anteo/redmine_custom_workflows.git
synced 2026-01-26 08:14: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:
|
From a ZIP file:
|
||||||
|
|
||||||
* Download the latest version of the plugin
|
* Download the latest version of the plugin.
|
||||||
* Unzip to */plugins*
|
* Unzip it to /plugins.
|
||||||
|
|
||||||
From a GIT repository:
|
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:
|
After download:
|
||||||
|
|
||||||
* Run <b>RAILS_ENV=production bundle exec rake db:migrate</b>
|
* Run migrations and restart the application:
|
||||||
* 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>
|
```
|
||||||
|
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
|
Configuration
|
||||||
-------------
|
-------------
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user