After getting @spfrantz running with a freezing-compose driven local MySQL server, it was clear that the documentation could use some work. I fixed both the README.md and example.env file to be way more clear about what order you have to do things to make it work.
I also further tweaked the MySQL setup to ensure that it would use UTF-8 instead of the latin1 character set.
Add shell aliases
Add link to future issue about MySQL in prod in a container
Improve both local dev and production deploy docs
After getting @spfrantz running with a
freezing-compose
driven local MySQL server, it was clear that the documentation could use some work. I fixed both theREADME.md
andexample.env
file to be way more clear about what order you have to do things to make it work.I also further tweaked the MySQL setup to ensure that it would use UTF-8 instead of the latin1 character set.