Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Commit

Permalink
Some tweaks to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwolfz authored and Codruț Constantin Gușoi committed Jan 25, 2016
1 parent d007ac7 commit 348f146
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.md
@@ -1,4 +1,6 @@
# Redmine Tags [![Build Status](https://travis-ci.org/ixti/redmine_tags.svg?branch=master)](https://travis-ci.org/ixti/redmine_tags)
# Redmine Tags

[![Build Status](https://travis-ci.org/ixti/redmine_tags.svg?branch=master)](https://travis-ci.org/ixti/redmine_tags)

Allows marking up different models in Redmine with tags.
Inspired by original `redmine_tags` of Eric Davis.
Expand All @@ -12,19 +14,20 @@ Inspired by original `redmine_tags` of Eric Davis.

## Requirements

- Ruby `>= 2.0.0`
- Redmine `>= 3.0.0`


## Installing

1. Clone this repository into `redmine/plugins/redmine_tags`
1. Clone this repository into `redmine/plugins/redmine_tags`.

```
cd redmine/plugins
git clone https://github.com/ixti/redmine_tags.git
```

2. Install dependencies and migrate database:
2. Install dependencies and migrate database.

```
bundle install
Expand All @@ -43,14 +46,9 @@ rake db:structure:dump
rake db:drop db:create db:structure:load RAILS_ENV=test
```

For the minitest suite run:

```
rake redmine:plugins:test NAME=redmine_tags
```

For the rspec suite you need to have the
[redmine_testing_gems](https://github.com/ZitecCOM/redmine_testing_gems) plugin:
You need to have the
[redmine_testing_gems](https://github.com/ZitecCOM/redmine_testing_gems)
plugin:

```
git clone https://github.com/ZitecCOM/redmine_testing_gems.git
Expand Down

0 comments on commit 348f146

Please sign in to comment.