hackoregon / backend-examplar-2018

an example dockerized geo-aware django backend
MIT License
4 stars 5 forks source link

Unit testing #96

Open nam20485 opened 5 years ago

nam20485 commented 5 years ago
nam20485 commented 5 years ago

@bhgrant8 thanks for the debug info.

The issue you encountered has been resolved- there was a redundant package specified for apt get install that was causing a conflict with another package that was actually needed.

postgresql-9.6-postgis-scripts is redundant, and not needed since postgresql-9.6-postgis-2.4-scripts is specified, especially since it was causing a dependency conflict with the needed package. I removed the redundant package and everything builds successfully now.

Please update your working copy and try again.

(Adding @znmeb since he helped create the postgres/postgis installation steps. We may need to check this on other repos that install postgis)