https://github.com/pinzolo/redmine_bx
redmine_bx is a plugin for Redmine. This will reduce excel files in your projects.
https://github.com/pinzolo/redmine_bx
Last synced: 8 months ago
JSON representation
redmine_bx is a plugin for Redmine. This will reduce excel files in your projects.
- Host: GitHub
- URL: https://github.com/pinzolo/redmine_bx
- Owner: pinzolo
- License: mit
- Created: 2013-07-04T00:22:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-19T01:11:28.000Z (over 11 years ago)
- Last Synced: 2024-10-23T14:14:54.988Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 1.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# redmine_bx
[](http://travis-ci.org/pinzolo/redmine_bx)
[](https://coveralls.io/r/pinzolo/redmine_bx)
redmine_bx is a plugin for Redmine. This will reduce excel files in your projects.
## Installation
Execute follow commands at your Redmine directory.
#### 1. Clone to your Redmine's plugins directory:
```sh
$ git clone https://github.com/pinzolo/redmine_bx.git plugins/redmine_bx
```
#### 2. Install dependency gems:
```sh
$ bundle install
```
#### 3. Execute migration and deploy assets:
```shell
$ bundle exec rake redmine:plugins NAME=redmine_bx
```
#### 4. Restart your redmine
```shell
# In case of using passenger
$ touch tmp/restart.txt
```