wiki:GitLab

Version 7 (modified by darkblueb, 6 years ago) ( diff )

UPDATE: please see gitea for for services 2018

To fork PostGIS to GitLab to modify and test new features, follow the guideline Project Forking Workflow.

The PostGIS source tree on GitLab (https://gitlab.com/postgis/postgis) is a mirror of the official repository.

To get the source from GitLab, and start a configure:

git clone https://gitlab.com/postgis/postgis.git
cd postgis
./autogen.sh
./configure
Note: See TracWiki for help on using the wiki.