https://github.com/eea/eionet.nat2000.sdfmanager
The SDF Manager tool for reporting Natura 2000 (and EMERALD) sites.
https://github.com/eea/eionet.nat2000.sdfmanager
Last synced: 4 months ago
JSON representation
The SDF Manager tool for reporting Natura 2000 (and EMERALD) sites.
- Host: GitHub
- URL: https://github.com/eea/eionet.nat2000.sdfmanager
- Owner: eea
- Created: 2014-04-04T07:58:56.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-10-31T12:22:02.000Z (8 months ago)
- Last Synced: 2025-10-31T14:23:18.202Z (8 months ago)
- Language: Java
- Size: 51.3 MB
- Stars: 3
- Watchers: 26
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Introduction & pre-requisites
=============================
This README contains instructions on how to build and/or run the software.
Building is relevant only if you have the source code. If you only have the pre-built ZIP package, then you can skip the building part.
For running the software, you will need the following software components installed on your machine:
* Java Runtime Environment (JRE) 8
* MySQL database server 8.0 or later (must be running).
Build a local jar file
===========================================
- mvn -Dmaven.test.skip=true clean verify
Building a distributable package on Windows
===========================================
* Download and install Inno Setup from http://www.jrsoftware.org/isdl.php#stable (NB! Be sure to install also the *Inno Setup Preprocessor* that the installer suggests).
* Add the Inno Setup root path where _iscc.exe_ resides to Windows system environment PATH variable.
* Copy a JRE to [project folder]/jre
Run:
mvn -Dmaven.test.skip=true clean install
An installer exe file named SDFManagerSetup_v[ver no].exe will be created in the project root directory
Installing the tool
===================
* The installation package does not contain database installation. MySQL has to be installed separately.
* The installer asks you some configuration-related questions:
* The mode you wish to run the tool in (i.e. Natura 2000 or EMERALD)
* The host name, port, user and password of your MySQL database mentioned in the pre-requisites above.