You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
35
37
36
38
```sh
37
39
cd path/to/plugin/directory
@@ -51,11 +53,14 @@ bundle install
51
53
bundle exec rake redmine:plugins:migrate
52
54
```
53
55
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`.
55
58
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.
57
61
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).
59
64
60
65
## How to use
61
66
@@ -65,15 +70,17 @@ More information on installing (and uninstalling) Redmine plugins can be found i
65
70
4. Define the project boundary in `GTT` project settings
66
71
5. Create a new issue with a point, line or polygon
67
72
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.
69
75
70
76
## Plugin API
71
77
72
78
For more information see the [Redmine GTT API](doc/api.md) docs.
73
79
74
80
## Contributing and Support
75
81
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).
77
84
78
85
Help us to translate GTT Project using [OSGeo Weblate](https://weblate.osgeo.org/engage/gtt-project/):
0 commit comments