Skip to content

Commit

Permalink
docs: update install instruction
Browse files Browse the repository at this point in the history
Was missing the assets:precompile part (cf. #190 (comment))

Without it I get 500 error on the app with very few informative logs...
  • Loading branch information
pl-buiquang authored Dec 30, 2024
1 parent 0def5a0 commit e215302
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ And then execute:
bundle
bin/rails decidim:upgrade
bin/rails db:migrate
bin/rails assets:precompile
```

Go to `yourdomain/admin/decidim_awesome` and start tweaking things!
Expand Down

0 comments on commit e215302

Please sign in to comment.