From 9e57df371ac0a29bd97cf531adb31f33ce14e514 Mon Sep 17 00:00:00 2001 From: jvillarf Date: Tue, 21 Jan 2020 09:00:20 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72be30b..addad72 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,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 -r requirements.txt && sudo pip install . --upgrade ``` + **CLOUD DEPLOY NOTE**: we were not installing automatically `requirements.txt`, so we fixed it in https://github.com/CartoDB/cartodb-platform/pull/6187 . Please, be aware that in some corner cases scenarios, rolling back to a previous version might require to manually force-install some dependency versions that were upgraded previously in this step. - Create a database to hold all the server part and a user for it