-
Notifications
You must be signed in to change notification settings - Fork 54
/
config.sh
56 lines (48 loc) · 1.91 KB
/
config.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#!/bin/sh
# Contains credentials
# This is a template file, save as simply .config.sh (amd make executable) and set your own values below.
# Define the website hostname and e-mail for the VirtualHost
# Several option groups here, comment in / out as necessary
# Localhost
websiteurl=nominatim.localhost
emailcontact=nominatim@localhost
# CycleStreets
#websiteurl=nominatim.cyclestreets.net
#emailcontact=webmasterATcyclestreets.net
# Define the username for Nominatim to install/run under, so that it can run independent of any individual personal account on the machine
username=nominatim
password=
# Apache virtual host configuration file name - with .conf extension
nominatimVHfile=400-nominatim.conf
### SETTINGS ###
# Define either a full planet, or an extract by commenting in the relevant sections
## Full Planet
# On a machine with 1.2TB disk, 32 GB RAM, Quad processors - it took 10 days to run and used about 700GB. (December 2013)
#planetUrl=http://ftp5.gwdg.de/pub/misc/openstreetmap/planet.openstreetmap.org/pbf/
#postgresconfigmode=dw
#override_maintenance_work_mem=16GB
# 18GB is recommended for full planet import (arg value is in MB)
#osm2pgsqlcache="--osm2pgsql-cache 18000"
## Geofabrik Extract
# If planetUrl is an empty string that tells the install script to configure for Geofabrik extract
planetUrl=
geofabrikUrl=http://download.geofabrik.de/
postgresconfigmode=oltp
override_maintenance_work_mem=
# Default cache
osm2pgsqlcache=
# Define the location of the .pdf OSM data file
# Several option groups here, comment in / out as necessary
# Andorra (install, without wikipedia data, takes 12 minutes)
osmdatafolder=europe/
osmdatacountry=andorra
## British Isles
#osmdatafolder=europe/
#osmdatacountry=british-isles
## Iceland
#osmdatafolder=europe/
#osmdatacountry=iceland
## Europe
# On a machine with 64GB ram and four processors takes 2.5 days to complete the initial install Oct 2012.
#osmdatafolder=
#osmdatacountry=europe