codidact / qpixel

Q&A-based community knowledge-sharing software
https://codidact.com
GNU Affero General Public License v3.0
375 stars 70 forks source link

Ambiguity in installation guide #1338

Closed trichoplax closed 1 month ago

trichoplax commented 1 month ago

Describe the bug There is an ambiguity in the instructions in qpixel/INSTALLATION.md. The order of the following 2 paragraphs leaves open the possibility that the second paragraph is also only relevant when using MariaDB, making it easier to forget to follow the second paragraph:

If you are using MariaDB instead of MySQL, you will need to replace all occurrences of utf8mb4_0900_ai_ci with utf8mb4_unicode_ci in db/schema.rb.

You'll also need to copy the Active Storage configuration from config/storage.sample.yml to config/storage.yml.