Changes between Version 18 and Version 19 of GoogleSummerCode2022


Ignore:
Timestamp:
Feb 20, 2022, 4:36:28 AM (2 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • GoogleSummerCode2022

    v18 v19  
    5252''Difficulty'': Medium
    5353
     54``Student Test'':
     55
     561. git clone code from [https://git.postgresql.org/gitweb/?p=postgresql.git PostgreSQL] and compile
     572. git clone PostGIS code from [https://git.osgeo.org/gitea/postgis/postgis.git PostGIS primary repo] or one of [wiki:CodeMirrors Git repos] and compile.
     583. Create a working PostgreSQL database with postgis extension installed and shp2pgsql/pgsql2shp you compiled.
     595. Setup a public fork of pgAdmin repo for your work (can be [https://git.osgeo.org/gitea osgeo], [https://gitlab.com gitlab], [https://github.com github], or any other repo you can make available for public review)
     60
     61Since the above is all work in PostGIS, a working PostgreSQL installed from repos is an acceptable alternative to #1.
     62
    5463
    5564
     
    102111
    1031121. git clone code from [https://git.postgresql.org/gitweb/?p=postgresql.git PostgreSQL] and compile
    104 2. git clone PostGIS code from one of [wiki:CodeMirrors Git repos] and compile
     1132. git clone PostGIS code from [https://git.osgeo.org/gitea/postgis/postgis.git PostGIS primary repo] or one of [wiki:CodeMirrors Git repos] and compile
    1051143. git clone code from [https://git.postgresql.org/gitweb/?p=pgadmin4.git pgAdmin4] and compile
    1061154. Create a working PostgreSQL database with postgis extension installed and shp2pgsql/pgsql2shp installed on system you are running pgAdmin4 on.