Changes between Version 23 and Version 24 of GoogleSummerCode2022
- Timestamp:
- 02/21/22 08:45:40 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoogleSummerCode2022
v23 v24 59 59 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. 60 60 3. Create a working PostgreSQL database with postgis extension installed and shp2pgsql/pgsql2shp you compiled. 61 5. Setup a public fork of pgAdminrepo 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)61 4. Setup a public fork of PostGIS 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) 62 62 63 63 Since the above is all work in PostGIS, a working PostgreSQL installed from repos is an acceptable alternative to #1. … … 106 106 ''Skills required'': 107 107 108 python, html, css, and javascript, ability to compile [https://git.postgresql.org/git/pgadmin4.git pgAdmin]108 python, html, css, and React, ability to compile [https://git.postgresql.org/git/pgadmin4.git pgAdmin] 109 109 some familiarity with PostGIS, PostgreSQL, and pgAdmin is preferable 110 110 Ability to compile PostGIS and PostgreSQL code is a plus but not absolutely required.