mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-04-02 16:21:58 -04:00
updaed readme
This commit is contained in:
12
README.md
12
README.md
@@ -156,10 +156,12 @@ https://redmine.yourdomain.com/qbo/webhook
|
|||||||
|
|
||||||
Install the plugin into your Redmine plugins directory.
|
Install the plugin into your Redmine plugins directory.
|
||||||
|
|
||||||
|
```bash
|
||||||
cd /path/to/redmine/plugins
|
cd /path/to/redmine/plugins
|
||||||
git clone https://github.com/rickbarrette/redmine\_qbo.git
|
git clone https://github.com/rickbarrette/redmine_qbo.git
|
||||||
cd redmine\_qbo
|
cd redmine_qbo
|
||||||
git checkout <tag>
|
git checkout <tag>
|
||||||
|
```
|
||||||
|
|
||||||
Use a **tagged release** for stability.
|
Use a **tagged release** for stability.
|
||||||
|
|
||||||
@@ -167,7 +169,9 @@ Use a **tagged release** for stability.
|
|||||||
|
|
||||||
## 2\. Install Dependencies
|
## 2\. Install Dependencies
|
||||||
|
|
||||||
|
```bash
|
||||||
bundle install
|
bundle install
|
||||||
|
```
|
||||||
|
|
||||||
Required for **Redmine 6 / Rails 7 compatibility**.
|
Required for **Redmine 6 / Rails 7 compatibility**.
|
||||||
|
|
||||||
@@ -175,7 +179,9 @@ Required for **Redmine 6 / Rails 7 compatibility**.
|
|||||||
|
|
||||||
## 3\. Run Database Migrations
|
## 3\. Run Database Migrations
|
||||||
|
|
||||||
bundle exec rake redmine:plugins:migrate RAILS\_ENV=production
|
```bash
|
||||||
|
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user