Skip to content

Commit 9f97970

Browse files
dkastlsanak
andauthored
Update README.md (#11)
* Update README.md, fixes #4 Signed-off-by: Daniel Kastl <[email protected]> Co-authored-by: Ko Nagase <[email protected]>
1 parent a2ff604 commit 9f97970

File tree

1 file changed

+59
-2
lines changed

1 file changed

+59
-2
lines changed

README.md

Lines changed: 59 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
1-
# redmine_gtt_smash
1+
# Redmine GTT S.M.A.S.H Plugin
2+
3+
![CI #develop](https://github.com/gtt-project/redmine_gtt_smash/workflows/Test%20with%20Redmine/badge.svg)
4+
5+
The Geo-Task-Tracker (GTT) S.M.A.S.H plugin adds support for the mobile app [S.M.A.S.H](https://github.com/moovida/smash):
6+
7+
- Authenticate from S.M.A.S.H with a Redmine account
8+
- Upload mobile notes as issues
9+
- Retrieve custom notes configurations
10+
- and more ...
11+
12+
## Requirements
13+
14+
Redmine GTT S.M.A.S.H **requires PostgreSQL/PostGIS** and will not work with SQLite or MariaDB/MySQL!!!
15+
16+
- Redmine >= 4.0.0
17+
- [redmine_gtt](https://github.com/gtt-project/redmine_gtt/) plugin
18+
19+
## Installation
20+
21+
To install Redmine GTT S.M.A.S.H plugin, download or clone this repository in your Redmine installation plugins directory!
22+
23+
```
24+
cd path/to/plugin/directory
25+
git clone https://github.com/gtt-project/redmine_gtt_smash.git
26+
```
27+
28+
Then run
29+
30+
```
31+
bundle install
32+
bundle exec rake redmine:plugins:migrate
33+
```
34+
35+
After restarting Redmine, you should be able to see the Redmine GTT SMASH plugin in the Plugins page.
36+
37+
More information on installing (and uninstalling) Redmine plugins can be found here: http://www.redmine.org/wiki/redmine/Plugins
38+
39+
## How to use
40+
41+
[Settings, screenshots, etc.]
42+
43+
## Contributing and Support
44+
45+
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).
46+
47+
## Version History
48+
49+
See [all releases](https://github.com/gtt-project/redmine_gtt_smash/releases) with release notes.
50+
51+
## Authors
52+
53+
- [Ko Nagase](https://github.com/sanak)
54+
- [Daniel Kastl](https://github.com/dkastl)
55+
- ... [and others](https://github.com/gtt-project/redmine_gtt_smash/graphs/contributors)
56+
57+
## LICENSE
58+
59+
This program is free software. See [LICENSE](LICENSE) for more information.
260

3-
Plugin to use SMASH with GTT

0 commit comments

Comments
 (0)