更新 'README.md'
This commit is contained in:
parent
e8054d539d
commit
d310bbc7e8
15
README.md
15
README.md
@ -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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user