Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Latest commit

 

History

History
54 lines (35 loc) · 1.4 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.4 KB

VTS-Registry

VTS-Registry is basic database of input configuration values, such as data credits (or data attributions), basic bound layers, reference frames and other data.

User documentation

VTS-Registry user documentation is available at https://vts-geospatial.org/

Download, build and install

Clone and Download

The source code can be donwloaded from GitHub repository, but since there are external dependences, you have to use --recursive switch while cloning the repo.

git clone --recursive https://github.com/Melown/vts-registry.git 

NOTE: If you did clone from GitHub previously without the --recursive parameter, you should probably delete the vts-mapproxy directory and clone again. The build will not work otherwice.

Build

For building VTS-Registry, you just have to use make

cd vts-registry/registry/
make

The deb package is stored in root directory and you can install it system-wide

sudo dpkg -i ../vts-registry_1.0_amd64.deb

Install from Melown repository

We provide precompiled packages for some popular linux distributions. See Melown OSS package repository for more information. This repository contains all needed packages to run VTS OSS software.

How to contribute

Check the CONTRIBUTING.md file.