Compare commits

..

4 Commits

Author SHA1 Message Date
abelvm
7c4849d62e fixed duplicities 2016-09-30 18:32:20 +02:00
abelvm
45e30973a0 v.0.0.4 2016-09-29 17:20:25 +02:00
abelvm
d51b02b61e Merge branch 'develop' of github.com:CartoDB/crankshaft into add-salesforce 2016-09-22 15:09:54 +02:00
abelvm
9b1a889133 first commit, just to save the work 2016-09-22 15:09:41 +02:00
2 changed files with 262 additions and 2 deletions

View File

@@ -38,12 +38,11 @@ before_install:
- sudo apt-get -y remove --purge postgis
- sudo apt-get -y autoremove
# - sudo apt-get -y install libgdal1h=1.11.0-0cdb1~precise3
- 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-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-scripts=2.2.2.0-cdb2
# 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" \

File diff suppressed because one or more lines are too long