Changes between Version 18 and Version 19 of DevWikiDockerTesting
- Timestamp:
- 01/30/23 10:14:17 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiDockerTesting
v18 v19 34 34 # in the postgis-dev container, you should be able to do 35 35 cd /projects/postgis 36 export PGVER=15 37 service postgresql start ${PGVER} 38 export PGPORT=`grep ^port /etc/postgresql/$PGVER/main/postgresql.conf | awk '{print $3}'` 39 export PATH=/usr/lib/postgresql/$PGVER/bin:$PATH 40 36 41 sh autogen.sh 37 42 ./configure