freezingsaddles / freezing-compose

The Docker Compose structure for running the application suite.
4 stars 2 forks source link

Improve dev and deploy docs #10

Closed obscurerichard closed 4 years ago

obscurerichard commented 4 years ago

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 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.