hotosm / galaxy-api

Backend to fetch data from Underpass
https://galaxy-api.hotosm.org/latest/redoc
GNU Affero General Public License v3.0
14 stars 5 forks source link

Docs/Development Setup Guide for Developers #309

Closed kshitijrajsharma closed 2 years ago

kshitijrajsharma commented 2 years ago

Test :

Test If you are able to perform authentication successfully from api and run some common endpoint , such as get countries , mapathon summary , rawdata snapshot

petya-kangalova commented 2 years ago

@kshitijrajsharma I just had a great chat with @NicolasGrosjean :) Thank you for working on the additional set up files! @kshitijrajsharma once you are done with the drafts and the PRs are ready for review could you tag @NicolasGrosjean ? He said he will be happy to test the set up on his end and provide feedback on the documentation, then if needed we can set up a call :)

kshitijrajsharma commented 2 years ago

@NicolasGrosjean Hi Nicolas , Can you test setup with this PR ? Let me know if you face any difficulties
cc : @petya-kangalova

NicolasGrosjean commented 2 years ago

When executing the 3 sample data insertion, I got the following error: ERROR: unrecognized configuration parameter "default_table_access_method"

I used the same postgis database as the underpass docker-compose (11.2.5)

kshitijrajsharma commented 2 years ago

When executing the 3 sample data insertion, I got the following error: ERROR: unrecognized configuration parameter "default_table_access_method" I used the same postgis database as the underpass docker-compose (11.2.5)

@NicolasGrosjean I will build a clean docker postgres and this image to show example

kshitijrajsharma commented 2 years ago

Ran clean container with postgres 14 and did insertion , Works well ! Can you check from your end ? there must be something ! you can setup on your local postgres directly instead of underpass docker ! @NicolasGrosjean