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 committed Jan 10, 2025
1 parent 0def5a0 commit c9267bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,11 @@ bin/rails decidim:upgrade
bin/rails db:migrate
```

> In production mode you must also precompile the assets:
> ```
> bin/rails assets:precompile
> ```
Go to `yourdomain/admin/decidim_awesome` and start tweaking things!
> **EXPERTS ONLY**
Expand Down

0 comments on commit c9267bd

Please sign in to comment.