Closed heyhaleema closed 2 years ago
Ahh - thanks for this Haleema. This fixes running hazen-wep-app locally, but I'm not sure at this stage how it interacts when we go live on Heroku. So propose to sign off this PR once we've tested on Heroku further.
Also, at some point we will want to implement some GH Actions/Heroku synergy to automatically push changes to staging and production environments.
Also, at some point we will want to implement some GH Actions/Heroku synergy to automatically push changes to staging and production environments.
I would recommend setting up action to push to heroku sooner rather than later. How are you testing on Heroku at the moment? Using bitbucket? Or are you doing everything locally?
I would recommend setting up action to push to heroku sooner rather than later. How are you testing on Heroku at the moment? Using bitbucket? Or are you doing everything locally?
Just working locally atm.
No worries, I've added the issue here #3
Sounds good, @tomaroberts! I've just added a note on macOS Monterey's usage of port 5000 in the README and I'll be raising a separate PR to close #1 since the app now works for me.
@tomaroberts I've reverted the change to config.py since this is included in PR #4 and so this PR now only includes the update to README.md.
This PR:
Removes
.replace("://", "ql://", 1)
fromSQLALCHEMY_DATABASE_URI
assignment in config.py to fixAttributeError
raised:Adds clarification regarding Postgres application installation step pre-Postico application installation in README.md