Skip to content

Commit 16b2064

Browse files
committed
README added
1 parent 7efb3fa commit 16b2064

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# OHDMImportTool
2+
3+
This tool is a TomCat Servlet and allows you to import [Shapefiles](https://wiki.openstreetmap.org/wiki/Shapefiles) into a cache database. The user can access the cached data to update the meta data of shapes like valid dates, the name or the classification of the shape.
4+
5+
## Information
6+
7+
You can find more information about how the tool works, on the [Wiki](https://github.com/OpenHistoricalDataMap/OHDMImportTool/wiki). The source code is [available on GitHub](https://github.com/OpenHistoricalDataMap/OHDMImportTool).
8+
9+
## Installation
10+
11+
### Requirements
12+
13+
- [TomCat Webserver](https://cwiki.apache.org/confluence/display/TOMCAT/HowTo)
14+
- [PostgresSQL](https://www.postgresql.org/download/) database with [PostGIS Extension](http://postgis.net/install/)
15+
16+
### Installation
17+
18+
Clone this project:
19+
```
20+
$ git clone https://github.com/OpenHistoricalDataMap/OHDMImportTool.git
21+
```
22+
23+
### Run with IntelliJ IDE
24+
25+
- open the project with IntelliJ
26+
- click in 'Run' on 'Edit Configuration'
27+
- add 'TomCat Server' to configuration
28+
- set URL to root path (http://localhost:8080/)
29+
- before lunch: add 'OHDMInformation.war' as Build Artifact
30+
31+
![IntelliJ TomCat configuration 1](img/image_01.png?raw=true)
32+
33+
34+
#### deployment
35+
- set 'Application context' to root path
36+
37+
![IntelliJ TomCat configuration 2](img/image_02.png?raw=true)

0 commit comments

Comments
 (0)