From 128e7ac9bf397539834148ca9c7b58fd44cbfbf6 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Thu, 26 Feb 2015 16:00:16 +0100 Subject: Run 'similarity' binary from db update script if it is available. This also introduces a 'bindir' config setting which must contain the directory where the binaries such as 'tagstats' and 'similarity' live. This setting will replace the current 'tagstats' setting in the future. --- taginfo-config-example.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'taginfo-config-example.json') diff --git a/taginfo-config-example.json b/taginfo-config-example.json index 2c225b2..f6661a0 100644 --- a/taginfo-config-example.json +++ b/taginfo-config-example.json @@ -76,6 +76,8 @@ // These sources will be created from the actual sources. "create": "db", "db": { + // Path to binaries (like 'tagstats' and 'similarity'). Will replace 'tagstats' setting. + "bindir": "../../tagstats", // Path to the 'tagstats' program (absolute path or relative to sources/db directory). "tagstats": "../../tagstats/tagstats", // The OSM planet file or extract where we read the OSM data from. -- cgit v1.2.3