kibble icon indicating copy to clipboard operation
kibble copied to clipboard

There is no setup/requirements.txt file

Open timshen opened this issue 4 years ago • 1 comments

Description: In document https://apache-kibble.readthedocs.io/en/latest/setup.html#installing-the-server, a step is mentioned for installing the server. "pip install -r setup/requirements.txt", but after cloning the code, I couldn't file the requirements.txt file.

Reproduction steps:

  1. Execute the commands: git clone https://github.com/apache/kibble.git /var/www/kibble cd /var/www/kibble pip install -r setup/requirements.txt

Actual result: No setup/requirements.txt is found

OS: Ubuntu 18.04.5 LTS

Logs: NA

Other: NA

timshen avatar Oct 11 '21 03:10 timshen

There seems to be some mismatch between doc versions and kibble versions.

This repository is for a new kibble version that doesn't seem to have any public docs? There is a https://github.com/apache/kibble-1 repository that mostly matches what the readthedocs site is showing for latest.

fiveohhh avatar Oct 26 '21 15:10 fiveohhh