SteamPressExample
SteamPressExample copied to clipboard
Added note for fixing PostgreSQL issue
Hi Tim!!! 👋 Congratulations on your release!
I tried the sample, and I ran into an issue with PostgreSQL that ended up being easy to solve, but wasn't super obvious to fix. For those that may be confused by the issue, I've done the following:
- I added a
stopDB.shscript which will cut off the existing container you create withsetupDB.sh. - I added to your README.md file with instructions on how to see if PostgreSQL is already running.
- I added to your README.md file with one example of how to remove it.
I also went ahead and put all your bash scripts into a bin directory for the sake of organization. Thank you for making this!