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
export GEM_PG_VERSION=your-pg-version # skip this line if redmine use pg 1.2.2.
48
48
export GEM_RGEO_ACTIVERECORD_VERSION=your-rgeo-activerecord-version # skip this line if using rgeo-activerecord 6.2.2.
49
49
export GEM_ACTIVERECORD_POSTGIS_ADAPTER_VERSION=your-activerecord-postgis-adapter-version # skip this line if using activerecord-postgis-adapter 5.2.3.
@@ -55,9 +55,8 @@ Before restarting Redmine, you need to set `postgis` adapter instead of `postgre
55
55
56
56
After restarting Redmine, you should be able to see the Redmine GTT plugin in the Plugins page.
57
57
58
-
More information on installing (and uninstalling) Redmine plugins can be found here: http://www.redmine.org/wiki/redmine/Plugins
59
-
## API
60
-
[Redmine GTT API](doc/api.md)
58
+
More information on installing (and uninstalling) Redmine plugins can be found in the [Redmine Plugin docs](http://www.redmine.org/wiki/redmine/Plugins).
59
+
61
60
## How to use
62
61
63
62
1. Go to plugin configuration for global settings
@@ -68,6 +67,10 @@ More information on installing (and uninstalling) Redmine plugins can be found h
68
67
69
68
For more information with screenshots see the [Getting Started](doc/getting-started.md) guide.
70
69
70
+
## Plugin API
71
+
72
+
For more information see the [Redmine GTT API](doc/api.md) docs.
73
+
71
74
## Contributing and Support
72
75
73
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).
@@ -76,15 +79,15 @@ The GTT Project appreciates any [contributions](https://github.com/gtt-project/.
76
79
77
80
You can debug frontend by running the following command on another console:
78
81
79
-
```
82
+
```sh
80
83
npx webpack --watch --mode=development
81
84
```
82
85
83
86
### How to run test
84
87
85
88
You can run the plugin test on rails test environment by the following command:
0 commit comments