configure Command - geo_addressing_sdk - 5.0

Geo Addressing SDK Developer Guide

Product type
Software
Portfolio
Locate
Product family
Geo Addressing
Product
Geo Addressing SDK
Version
5.0
Language
English
Product name
Geo Addressing SDK
Title
Geo Addressing SDK Developer Guide
Copyright
2023
First publish date
2007
Last updated
2024-09-12
Published on
2024-09-12T14:50:21.470801

Once the referenced data has been extracted, it must be configured for use. The configuration parameters go into the addressing.yaml file. This file is created when you run the configure command.

Format of this command:
configure --s "/data" --d "/path/to/ggsidist-{version}/resources/config"

where --s is the location of the extracted .spd file and --d is the destination folder for the generated addressing.yaml file.

Note: If a REST Service is running, the web server must be restarted whenever addressing.yaml is updated.

Configure data located on multiple paths

The format to configure the data located on multiple paths is:
configure --s "/data,/data2" --d "/path/to/ggsidist-{version}/resources//config"
where "/data,/data2" are two folders of data.

Create tokenized properties

To create tokenized properties, use the string "TOKEN". (The default is TOKEN). The format is:

configure --s "" --d "" --r "TOKEN"  
configure --s "" --d --r "FULL"