Skip to content

Commit 719a8f0

Browse files
authored
Merge pull request #1339 from codidact/trichoplax/1338/fix-ambiguity-in-installation-guide
Remove ambiguity from installation guide
2 parents 16273f3 + 3ebe17b commit 719a8f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

INSTALLATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ You will need to set the Redis connection details there too. If you've followed
118118
the sample file should already contain the correct values for you, but if you've customised your
119119
setup you'll need to correct them.
120120

121+
You'll also need to copy the Active Storage configuration from `config/storage.sample.yml` to `config/storage.yml`.
122+
121123
If you are using MariaDB instead of MySQL, you will need to replace all occurrences of
122124
`utf8mb4_0900_ai_ci` with `utf8mb4_unicode_ci` in `db/schema.rb`.
123125

124-
You'll also need to copy the Active Storage configuration from `config/storage.sample.yml` to `config/storage.yml`.
125-
126126
Set up the database:
127127

128128
rails db:create

0 commit comments

Comments
 (0)