pythonindia / junction

Junction is a software to manage proposals, reviews, schedule, feedback during conference.
MIT License
192 stars 185 forks source link

Instructions for setting up junction using Docker post junction upgrade. #761

Closed RajatRajdeep closed 1 year ago

RajatRajdeep commented 1 year ago

Major Changes:

  1. Added instructions in the ReadMe file for setting up junction using Docker post junction upgrade. Task: https://github.com/pythonindia/junction/issues/753

  2. Updated the psycopg version to resolve SCRAM authentication requires libpq version 10 issue. Captured Junction Issue: https://github.com/pythonindia/junction/issues/759 The above issue occurred due to following psycopg issue which got resolved in version2.9.6: https://github.com/psycopg/psycopg2/issues/1360

ananyo2012 commented 1 year ago

Thanks @RajatRajdeep for your contribution. This is merged to my feature branch for updating docs