mirror of
https://github.com/CartoDB/crankshaft.git
synced 2024-11-01 10:20:48 +08:00
check revers install order
This commit is contained in:
parent
a0021db87f
commit
aad4c772f6
@ -42,8 +42,8 @@ before_install:
|
|||||||
- sudo apt-get -y install postgresql-9.5=9.5.2-2ubuntu1
|
- sudo apt-get -y install postgresql-9.5=9.5.2-2ubuntu1
|
||||||
- sudo apt-get -y install postgresql-server-dev-9.5=9.5.2-2ubuntu1
|
- sudo apt-get -y install postgresql-server-dev-9.5=9.5.2-2ubuntu1
|
||||||
- sudo apt-get -y install postgresql-plpython-9.5=9.5.2-2ubuntu1
|
- sudo apt-get -y install postgresql-plpython-9.5=9.5.2-2ubuntu1
|
||||||
|
- sudo apt-get -y install postgresql-9.5-postgis-scripts=2.2.2.0-cdb2
|
||||||
- sudo apt-get -y install postgresql-9.5-postgis-2.2=2.2.2.0-cdb2
|
- sudo apt-get -y install postgresql-9.5-postgis-2.2=2.2.2.0-cdb2
|
||||||
- sudo apt-get -y --force-yes install postgresql-9.5-postgis-scripts=2.2.2.0-cdb2
|
|
||||||
|
|
||||||
# configure it to accept local connections from postgres
|
# configure it to accept local connections from postgres
|
||||||
- echo -e "# TYPE DATABASE USER ADDRESS METHOD \nlocal all postgres trust\nlocal all all trust\nhost all all 127.0.0.1/32 trust" \
|
- echo -e "# TYPE DATABASE USER ADDRESS METHOD \nlocal all postgres trust\nlocal all all trust\nhost all all 127.0.0.1/32 trust" \
|
||||||
|
Loading…
Reference in New Issue
Block a user