Changes between Version 18 and Version 19 of GoogleSummerCode2022
- Timestamp:
- 02/20/22 04:36:28 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoogleSummerCode2022
v18 v19 52 52 ''Difficulty'': Medium 53 53 54 ``Student Test'': 55 56 1. git clone code from [https://git.postgresql.org/gitweb/?p=postgresql.git PostgreSQL] and compile 57 2. 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. 58 3. Create a working PostgreSQL database with postgis extension installed and shp2pgsql/pgsql2shp you compiled. 59 5. 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 61 Since the above is all work in PostGIS, a working PostgreSQL installed from repos is an acceptable alternative to #1. 62 54 63 55 64 … … 102 111 103 112 1. 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 compile113 2. 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 105 114 3. git clone code from [https://git.postgresql.org/gitweb/?p=pgadmin4.git pgAdmin4] and compile 106 115 4. Create a working PostgreSQL database with postgis extension installed and shp2pgsql/pgsql2shp installed on system you are running pgAdmin4 on.