更新 'Dockerfile'

master
zhongjin 1 year ago
parent 82e30755b5
commit 2df68eb875

@ -181,7 +181,9 @@ RUN git clone https://github.com/CartoDB/Windshaft-cartodb.git && \
RUN git clone https://git.kongjian.xin:8443/cartodb/cartodb-4.29.git cartodb && \ RUN git clone https://git.kongjian.xin:8443/cartodb/cartodb-4.29.git cartodb && \
cd cartodb && \ cd cartodb && \
# Install cartodb extension # Install cartodb extension
cd lib/sql && \ cd lib && \
git clone -b 667ec0e32c http://github.com/CartoDB/cartodb-postgresql sql && \
cd sql && \
PGUSER=postgres make install && \ PGUSER=postgres make install && \
service postgresql start && /bin/su postgres -c \ service postgresql start && /bin/su postgres -c \
/tmp/cartodb_pgsql.sh && service postgresql stop && \ /tmp/cartodb_pgsql.sh && service postgresql stop && \

Loading…
Cancel
Save