Skip to content

Commit 52b8f98

Browse files
authored
Merge pull request #211 from gtt-project/issue-210
Removes yarn warning
2 parents adf68bd + b0655f6 commit 52b8f98

File tree

2 files changed

+16
-4856
lines changed

2 files changed

+16
-4856
lines changed

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ The Geo-Task-Tracker (GTT) plugin adds spatial capabilities to Redmine:
1414

1515
## Requirements
1616

17-
Redmine GTT plugins **require PostgreSQL/PostGIS** and will not work with SQLite or MariaDB/MySQL!!!
17+
Redmine GTT plugins **require PostgreSQL/PostGIS** and will not work with SQLite
18+
or MariaDB/MySQL!!!
1819

1920
- Redmine >= 4.2.0
2021
- PostgreSQL >= 10
@@ -31,7 +32,8 @@ createdb -U postgres -O redmine redmine
3132
psql -U postgres -d redmine -c "CREATE EXTENSION postgis;"
3233
```
3334

34-
To install Redmine GTT plugin, download or clone this repository in your Redmine installation plugins directory!
35+
To install Redmine GTT plugin, download or clone this repository in your Redmine
36+
installation plugins directory!
3537

3638
```sh
3739
cd path/to/plugin/directory
@@ -51,11 +53,14 @@ bundle install
5153
bundle exec rake redmine:plugins:migrate
5254
```
5355

54-
Before restarting Redmine, you need to set `postgis` adapter instead of `postgres` adapter in your `config/database.yml`.
56+
Before restarting Redmine, you need to set `postgis` adapter instead of
57+
`postgres` adapter in your `config/database.yml`.
5558

56-
After restarting Redmine, you should be able to see the Redmine GTT plugin in the Plugins page.
59+
After restarting Redmine, you should be able to see the Redmine GTT plugin in
60+
the Plugins page.
5761

58-
More information on installing (and uninstalling) Redmine plugins can be found in the [Redmine Plugin docs](http://www.redmine.org/wiki/redmine/Plugins).
62+
More information on installing (and uninstalling) Redmine plugins can be found
63+
in the [Redmine Plugin docs](http://www.redmine.org/wiki/redmine/Plugins).
5964

6065
## How to use
6166

@@ -65,15 +70,17 @@ More information on installing (and uninstalling) Redmine plugins can be found i
6570
4. Define the project boundary in `GTT` project settings
6671
5. Create a new issue with a point, line or polygon
6772

68-
For more information with screenshots see the [Getting Started](doc/getting-started.md) guide.
73+
For more information with screenshots see the [Getting Started](doc/getting-started.md)
74+
guide.
6975

7076
## Plugin API
7177

7278
For more information see the [Redmine GTT API](doc/api.md) docs.
7379

7480
## Contributing and Support
7581

76-
The GTT Project appreciates any [contributions](https://github.com/gtt-project/.github/blob/main/CONTRIBUTING.md)! Feel free to contact us for [reporting problems and support](https://github.com/gtt-project/.github/blob/main/CONTRIBUTING.md).
82+
The GTT Project appreciates any [contributions](https://github.com/gtt-project/.github/blob/main/CONTRIBUTING.md)!
83+
Feel free to contact us for [reporting problems and support](https://github.com/gtt-project/.github/blob/main/CONTRIBUTING.md).
7784

7885
Help us to translate GTT Project using [OSGeo Weblate](https://weblate.osgeo.org/engage/gtt-project/):
7986

@@ -100,7 +107,8 @@ RAILS_ENV=test NAME=redmine_gtt bundle exec rake redmine:plugins:test
100107

101108
## Version History
102109

103-
See [all releases](https://github.com/gtt-project/redmine_gtt/releases) with release notes.
110+
See [all releases](https://github.com/gtt-project/redmine_gtt/releases) with
111+
release notes.
104112

105113
## Authors
106114

0 commit comments

Comments
 (0)