-
Notifications
You must be signed in to change notification settings - Fork 35
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
Cannot install on fresh Ubuntu 18.04 #70
Comments
More verbose log:
Can attach files to this issue if needed. |
matchaxnb
changed the title
Cannot install on fresh Ubuntu 18.04
Cannot install (capistrano) on fresh Ubuntu 18.04
Jan 13, 2021
matchaxnb
changed the title
Cannot install (capistrano) on fresh Ubuntu 18.04
Cannot install on fresh Ubuntu 18.04
Jan 13, 2021
Full build log as tee'd is attached. cat it. |
Hi, I think you might have some problem with the gems outdated. I think that decidim-0.21 is not compatible with ruby 2.7. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I cannot install Decidim using the install-decidim.sh script on a fresh Ubuntu 18.04
This Ubuntu is from Scaleway, quite basic.
Here is what I did:
log
The base-system role just installs a few packages that we use all the time like jq or python3 + creates ssh users.
alas there is always the same issue in the end (from stderr).
some research makes me believe this is related to a bad bundler version but I am no expert.
I see it is decidim-0.21.0 being installed. 0.23.0 is released AFAIK. Maybe that's about it?
Can you people help?
I'm looking to get inspiration from this script to release an ansible + docker swarm version of decidim in order to make it simpler for people looking to just use it. I have done a POC already but looking to go further and this is hampering my efforts.
Edit
Tested with capistrano (-c) and without it.
The text was updated successfully, but these errors were encountered: