Changes between Version 18 and Version 19 of DevWikiDockerTesting


Ignore:
Timestamp:
01/30/23 10:14:17 (21 months ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiDockerTesting

    v18 v19  
    3434# in the postgis-dev container, you should be able to do
    3535cd /projects/postgis
     36export PGVER=15
     37service postgresql start ${PGVER}
     38export PGPORT=`grep ^port /etc/postgresql/$PGVER/main/postgresql.conf | awk '{print $3}'`
     39export PATH=/usr/lib/postgresql/$PGVER/bin:$PATH
     40
    3641sh autogen.sh
    3742./configure