We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16273f3 + 3ebe17b commit 719a8f0Copy full SHA for 719a8f0
1 file changed
INSTALLATION.md
@@ -118,11 +118,11 @@ You will need to set the Redis connection details there too. If you've followed
118
the sample file should already contain the correct values for you, but if you've customised your
119
setup you'll need to correct them.
120
121
+You'll also need to copy the Active Storage configuration from `config/storage.sample.yml` to `config/storage.yml`.
122
+
123
If you are using MariaDB instead of MySQL, you will need to replace all occurrences of
124
`utf8mb4_0900_ai_ci` with `utf8mb4_unicode_ci` in `db/schema.rb`.
125
-You'll also need to copy the Active Storage configuration from `config/storage.sample.yml` to `config/storage.yml`.
-
126
Set up the database:
127
128
rails db:create
0 commit comments