-
Notifications
You must be signed in to change notification settings - Fork 2
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
Readme could do with a bit more info #1
Comments
Sorry about that. This was made during a session in mozfest. I will add more info to the README. You need to do bundle install before running the app to install the required libraries. There is a few webservices that need more code that is not in the repository because we need to look into the license of it. |
This is what I got when I ran bundle install:
Not really sure where to go from there. (I did also, beforehand, run |
I pushed a new Gemfile. Please pull the code from here again into your code. What is your user case exactly? |
My use case is that I run two conferences, and I'd like to use this to get a general idea of gender divide (if there is one...which let's be honest, it's a tech event, it's highly likely). |
Got a bit further:
|
Can you type this command to see which gems you have installed? gem list --local |
Result:
|
mmm. Not sure. It seems you already have the gem installed. Can you try to type this?
you will get a console and then you can look at the library with this:
|
|
well. No clue. Try to run the app again. 2013/10/28 Remy Sharp [email protected]
Gabriela Rodriguez |
Yep, still fails! On 28 October 2013 17:16, Gabriela Rodriguez [email protected]:
|
Hi Remy, Thanks so much for your interest! For now, send me your list of names at [email protected], and I'll gladly do a rough analysis for you. gender-api, which was created in a few days at a hack day, is the least well developed part of the Open Gender Tracker project, and we'll be improving it over the next few weeks. I'm delighted in your interest and look forward to doing what I can to help you out! --Nathan |
Obviously there's a hidden prerequisite that you should know Ruby, but alas I do not. But very interested in the project for my own purposes (I run a few events and I'd like to get a general feel for the gender divide).
So, I clone this project, and as per the readme, run "ruby app.rb" and I get
Any chance of adding the missing steps before (I tried doing
sudo gem install bundler; bundler install
but that failed too - I can add the error, but I might be barking up the wrong ruby covered tree).Cheers.
The text was updated successfully, but these errors were encountered: