-
Notifications
You must be signed in to change notification settings - Fork 231
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
serve doesn't seem to work... #81
Comments
Hey, thanks for trying out Graphene :)
which would isolate the gems and use only those you need. |
I must have really screwed up the ruby install on this rhel instance. First I ran this as you suggested:
So I ran this (currently only user is root):
I don't see serve in the list...? Now when I run the command you suggested, it chokes.
|
Interesting. do you have the serve gem installed? |
yes.
|
Maybe this helps:
|
Turns out, the problem was with the i18n gem. This fixed it for me. gem uninstall i18n |
Worked for me, too. Thanks. Now onto the fun stuff; hooking our graphite data into graphene.
|
As this is a javascript project, why not try with the npmjs package
Note that I've not tried this on my behalf, but it's something that shocked me from the readme.... an npm package telling me to install a ruby gem 😕 |
Going through instructions and when I get to this point, after installing the serve gem, and executing this command:
...it chokes with the listing below. Tried it with 2.12, 2.1.0, 2.0.0. I've posted an issue on jlong/serve#118 repo but no response so far.
Might there be another another approach to setting up graphene charts that does not depend on serve? Or a way to fix what looks like some kind of dependency problem?
Thanks in advance,
Chris.
on RHEL 6.5
The text was updated successfully, but these errors were encountered: