Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install method should mention building assets #22

Open
battosai30 opened this issue May 28, 2020 · 3 comments
Open

Install method should mention building assets #22

battosai30 opened this issue May 28, 2020 · 3 comments

Comments

@battosai30
Copy link

Hi,

Installation guide should mention that you have to build assets with :
bin/rails assets:precompile db:migrate RAILS_ENV=production
(I am not used at all to Ruby so I just understand that this command build assets in my production env ...)

If you do not, plugin is not working (internal server error)

@mijailr
Copy link
Contributor

mijailr commented May 29, 2020

Hi @battosai30, the assets:precompile and db:migrate step is documented as part of the decidim and most of the rails applications. You can refer to the documentation on decidim's repository:

https://github.com/decidim/decidim/blob/develop/docs/manual-installation.md

@battosai30
Copy link
Author

Yes I agree, I just wanted to notice that a mention that you need to precompile assets is needed to complete install of calendar module.

As I said I am a noob about Ruby, but not about sysadmin. As I lost some time finding what to do, I think a simple modification of installation guide would be welcome :)

@MohammedSalahadin
Copy link

Hi @battosai30
Actually I would like to thank you because the command that you have posted worked for me. without it it wont work.
Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants