mirror of
https://github.com/rickbarrette/redmine_qbo_lineitems.git
synced 2026-04-02 07:01:59 -04:00
updated readme
This commit is contained in:
17
README.md
17
README.md
@@ -49,22 +49,27 @@ The alternative approach would be to modify an invoice directly after it is asso
|
|||||||
|
|
||||||
Navigate to your Redmine plugins directory:
|
Navigate to your Redmine plugins directory:
|
||||||
|
|
||||||
|
```bash
|
||||||
cd /path/to/redmine/plugins
|
cd /path/to/redmine/plugins
|
||||||
git clone git@github.com:rickbarrette/z\_redmine\_qbo\_lineitems.git
|
git clone https://github.com/rickbarrette/redmine_qbo_lineitems.git
|
||||||
cd z\_redmine\_qbo\_lineitems
|
cd redmine_qbo_lineitems
|
||||||
|
|
||||||
\# Optional: checkout a specific version
|
# Optional: checkout a specific version
|
||||||
git checkout <tag>
|
git checkout <tag>
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
2. **Install dependencies**
|
2. **Install dependencies**
|
||||||
|
|
||||||
|
```bash
|
||||||
bundle install
|
bundle install
|
||||||
|
```
|
||||||
|
|
||||||
3. **Migrate your database**
|
3. **Migrate your database**
|
||||||
|
|
||||||
|
```bash
|
||||||
bundle exec rake redmine:plugins:migrate RAILS\_ENV\=production
|
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
|
||||||
|
```
|
||||||
|
|
||||||
4. **Restart Redmine**
|
4. **Restart Redmine**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user