apache / kibble

Apache Kibble - a tool to collect, aggregate and visualize data about any software project
https://kibble.apache.org/
Apache License 2.0
35 stars 9 forks source link

Current installation instructions do not work #7

Open erogol opened 3 years ago

erogol commented 3 years ago

I try to apply what is on the docs, but I guess the library is updated, and it is not reflected in the docs.

How can I find the right set of instructions to run the project?

turbaszek commented 3 years ago

@erogol currently we are working on new kibble - this repo. To use old version try: https://github.com/apache/kibble-1

erogol commented 3 years ago

Exciting :) do you have a certain timeline for the new one?

turbaszek commented 3 years ago

We are still discussing it. If you are interested in being part of it feel free to chime in in one of our discussions: https://lists.apache.org/thread.html/r6e948e670495aaa4a7d1e27850edf1d0868a33de03c6e3f6f41dd80b%40%3Cdev.kibble.apache.org%3E https://lists.apache.org/thread.html/r741e43dbcd666f95c9279eaeceb03c903beba2f2a652ac08dd89cf8f%40%3Cdev.kibble.apache.org%3E

sharanf commented 3 years ago

Hi @erogol - I am following up on this issue. Did the installation instructions work for you for the kibble-1 repo?

erogol commented 3 years ago

no unfortunately :(

michalslowikowski00 commented 3 years ago

I will take a look at it.

haukesomm commented 3 years ago

I can confirm this. The instructions do not work for both the old kibble-1 project an this one. There is no setup-directory in this repo so I assume the guide is still written for the old repo. The setup.py in that repo fails as well, however. This is the error I get:

Traceback (most recent call last):                                                                      
  File "setup/setup.py", line 35, in <module>                                                           
    mappings = json.load(open("mappings.json"))                                                         
FileNotFoundError: [Errno 2] No such file or directory: 'mappings.json'

The Docker installation instructions also don't work because neither repo contains a docker-compose.yml at this point in time.

There should be a note in the documentation that it needs to be updated as it is quite confusing at the moment.

sharanf commented 3 years ago

Thanks @haukesomm for the report and yes you are correct - the documentation hasn't been updated yet. I am sorry for the confusion it has caused and if no-one beats me to it, I will try to take a look at the weekend to see what I can do. :-)

haukesomm commented 3 years ago

Thanks for your effort! ✌🏻

Humbedooh commented 3 years ago

The setup.py must be run from the setup directory, as it expects mappings.json to be local to the CWD.