diff --git a/README.md b/README.md index b308575..f3de946 100644 --- a/README.md +++ b/README.md @@ -11,17 +11,22 @@ git reset --hard origin/master && \ git branch --set-upstream-to=origin/master master && \ git pull && \ -git submodule update && \ -git submodule foreach git pull && \ +cd /cartodb/fonts && mv * /usr/share/fonts/ && fc-cache -fv && dpkg-reconfigure fontconfig && cd / -cd carto.js && rm -rf node_modules/ && npm install && npm link && cd .. && npm link internal-carto.js && \ - -cd /cartodb && bundle exec grunt +git clone https://git.spacen.net/cartodb4/carto.js.git +cd carto.js && npm link && cd.. +bundle exec grunt + +apt-get update + +apt-get install nano + +# nano /cartodb/config/app_config.yaml ```