-
Notifications
You must be signed in to change notification settings - Fork 20
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
Problem with sassc #31
Comments
After getting the same error as @whikloj, I manually copied the install_scripts/demo-app.sh into my server to run it by hand. When I ran it, I got the following results:
Well that's interesting. Something is now trying to install the sassc gem, which sort of resolves the issue reported by @whikloj but, it requires a newer version of ruby than what Ubuntu installs. And checking my ruby version...
To work around this, I added a new repo for ruby:
Now my ruby version is:
And then I re-ran the copy of This seems to have worked around the issue. Everything built and configured with a few |
Hey @cajunjoel, I went to the samvera #hyku channel and was told that this is out of date and they recommend the hyku docker setup to try out Hyrax. |
@cajunjoel @whikloj This project may have outlived its usefulness — I'd happily merge a PR to fix this particular issue. But maybe I should just post a deprecation notice and start the process of moving it to https://github.com/samvera-deprecated ? |
@escowles I unfortunately don't have the knowledge of the Samvera stack to start debugging this. You do what makes the most sense for the Samvera community. |
👍 to moving this to |
Long time listener, first time caller.
Was trying to setup a small Hyrax to investigate an issued raised to the Fedora team.
Cloned this repo and did
vagrant up
Was going along good until...
Then it tries to continue and fails referencing the missing
sassc
Which makes sense as it complained about that thing as it was trying to install it.
Anyways, I'm a little lost as to what the fastest way to correct this would be?
The text was updated successfully, but these errors were encountered: