From a7c5c88c58a45de93bc80cb0cfe41545d587b2c0 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 15 Mar 2012 12:08:50 +0100 Subject: [PATCH] Mention config/environments/*.js setting, reorder sections --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9fe82949..8d5e47d1 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ Windshaft-CartoDB This is the CartoDB map tiler. It extends Windshaft with some extra functionality and custom filters for authentication -Look at lib/cartodb/server_options for more on config - * reads dbname from subdomain and cartodb redis for pretty tile urls * configures windshaft to publish cartodb_id as the interactivity layer * gets the default geometry type from the cartodb redis store @@ -14,12 +12,25 @@ Look at lib/cartodb/server_options for more on config * provides a infowindow endpoint for windshaft * provides a map_metadata endpoint for windshaft - Install ------- + ``` git clone npm install +``` + +Configure +--------- + +Edit config/environments/.js files + +Look at lib/cartodb/server_options for more on config + +Run +--- + +``` node app.js [development | production] ```