From 00424a0314322b0a5335088e578a9c782f2ee3ca Mon Sep 17 00:00:00 2001 From: Antonio Date: Thu, 24 Aug 2017 10:05:23 +0200 Subject: [PATCH] Added suggested changes --- README.md | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/README.md b/README.md index 1db1d33..aa962d4 100644 --- a/README.md +++ b/README.md @@ -284,27 +284,4 @@ ALTER ROLE "" SET search_path="$user", public, cartodb, cdb_dataservi #### Option 2 (from builder) -Add the following entry to the `geocoder` entry of the `cartodb/config/app_config.yml` file: -``` -api: - host: 'localhost' - port: '5432' - user: 'dataservices_user' - dbname: 'dataservices_db' -``` - -In the `cartodb/config/app_config.yml` file, enable the desired dataservices: -``` -enabled: - geocoder_internal: false - hires_geocoder: false - isolines: false - routing: false - data_observatory: true -``` - -Execute the rake tasks to update all the users and organizations: -``` -bundle exec rake cartodb:db:configure_geocoder_extension_for_organizations['', true] -bundle exec rake cartodb:db:configure_geocoder_extension_for_non_org_users['', true] -``` +See [the **Configuring Dataservices** documentation](http://cartodb.readthedocs.io/en/latest/operations/configure_data_services.html) \ No newline at end of file