Merge pull request #4 from noahg/master
upgrade cartodb-postgresql version to 0.5.0
This commit is contained in:
commit
a385355840
@ -50,7 +50,7 @@ RUN service postgresql start && /bin/su postgres -c \
|
|||||||
/tmp/template_postgis.sh && service postgresql stop
|
/tmp/template_postgis.sh && service postgresql stop
|
||||||
|
|
||||||
# Install cartodb extension
|
# Install cartodb extension
|
||||||
RUN git clone --branch 0.4.1 https://github.com/CartoDB/cartodb-postgresql && \
|
RUN git clone --branch 0.5.0 https://github.com/CartoDB/cartodb-postgresql && \
|
||||||
cd cartodb-postgresql && \
|
cd cartodb-postgresql && \
|
||||||
PGUSER=postgres make install
|
PGUSER=postgres make install
|
||||||
ADD ./cartodb_pgsql.sh /tmp/cartodb_pgsql.sh
|
ADD ./cartodb_pgsql.sh /tmp/cartodb_pgsql.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user