Skip to content

WIP: Geo: Enable with geo_enabled

If gdk.yml contains:

---
geo:
  enabled: true

then enable the following Geo services that are defined in the Procfile.erb:

<%= '#' unless config.geo? %>postgresql-geo: exec support/postgresql-signal-wrapper <%= config.postgresql.bin_dir %>/postgres -D <%= config.postgresql.geo_dir %>/data -k <%= config.postgresql.geo_dir %> -h ''
<%= '#' unless config.geo? %>geo-cursor: exec /usr/bin/env RAILS_ENV=development RAILS_RELATIVE_URL_ROOT=$relative_url_root support/geo-logcursor

This MR relies upon !782 (merged)

Edited by Ash McKenzie

Merge request reports