更新 'README.md'

This commit is contained in:
钟进 2021-01-19 03:05:56 +00:00
parent e8054d539d
commit d310bbc7e8

View File

@ -11,17 +11,22 @@ git reset --hard origin/master && \
git branch --set-upstream-to=origin/master master && \ git branch --set-upstream-to=origin/master master && \
git pull && \ 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 && \ git clone https://git.spacen.net/cartodb4/carto.js.git
cd /cartodb && bundle exec grunt
cd carto.js && npm link && cd..
bundle exec grunt
apt-get update
apt-get install nano
# nano /cartodb/config/app_config.yaml
``` ```