From b717674af7e6a051bfb90bf39e966288bdea4cee Mon Sep 17 00:00:00 2001 From: Guido Fioravantti Date: Fri, 24 Mar 2017 17:28:03 -0400 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e80f9e8..975138e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Steps to deploy a new Data Services API version : - install server and client extensions ``` - # in data-services repo root path: + # in dataservices-api repo root path: cd client && sudo make install cd server/extension && sudo make install ``` From f2616590ecc2f28cb8080974a8c062b92f4c6f16 Mon Sep 17 00:00:00 2001 From: Guido Fioravantti Date: Fri, 24 Mar 2017 17:30:15 -0400 Subject: [PATCH 2/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 975138e..9cffc40 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,9 @@ Steps to deploy a new Data Services API version : ``` # in dataservices-api repo root path: + cd dataservices-api cd client && sudo make install + cd - cd server/extension && sudo make install ``` From 164ef42cba4b3c4da18962d73e2a85767ff98c25 Mon Sep 17 00:00:00 2001 From: Guido Fioravantti Date: Fri, 24 Mar 2017 17:31:29 -0400 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cffc40..9fdad0d 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Steps to deploy a new Data Services API version : - install python library ``` - # in data-services repo root path: + # in dataservices-api repo root path: cd server/lib/python/cartodb_services && sudo pip install . --upgrade ``` From 63eb4e3198ff94c02d8415dd94ca786337a6959b Mon Sep 17 00:00:00 2001 From: Guido Fioravantti Date: Mon, 27 Mar 2017 12:57:41 -0400 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fdad0d..59c5d74 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Steps to deploy a new Data Services API version : ``` # in dataservices-api repo root path: - cd server/lib/python/cartodb_services && sudo pip install . --upgrade + cd server/lib/python/cartodb_services && pip install -r requirements.txt —upgrade ``` - install extensions in user database