Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Innacurate installation instructions on docs/installation.md #712

Closed
ftarrega opened this issue Feb 19, 2024 · 2 comments · Fixed by #679
Closed

Innacurate installation instructions on docs/installation.md #712

ftarrega opened this issue Feb 19, 2024 · 2 comments · Fixed by #679
Labels
done Issues in the state 'done'

Comments

@ftarrega
Copy link

ftarrega commented Feb 19, 2024

Project board link

Hi there.

I'm trying to follow the offline installation instructions as laid out on docs/installation.md and have found a few problems:

Offline installation
If your Cassandra servers do not have internet access:

on a machine with the same target os and python version, clone the cassandra-medusa repo and cd into the root directory
run mkdir pip_dependencies && pip download -r requirements.txt -d medusa_dependencies to download the dependencies into a sub directory

REMARK: why do you need a directory named "pip_dependencies" if the following steps will use "medusa_dependencies"?

(...)
Upload the archive to all Cassandra nodes and decompress it
run pip install -r medusa_dependencies/requirements.txt --no-index --find-links to install the dependencies on the nodes

REMARK: the above command is either incomplete or wrong, cause the "--find-links" option can't be called with no arguments. What's the url that should go with the command?

(...)
create your python env in the directory previously created cd cassandra-medusa-0.7.1 && pipenv --python 3

REMARK: when you clone the project, the root folder is called "cassandra_medusa" not "cassandra-medusa-0.7.1"

Thanks in advance and regards

Fabio

@rzvoncek
Copy link
Contributor

rzvoncek commented Mar 5, 2024

Hi @ftarrega. I've recently picked up #555, where I also touched the offline instalation docs. I'll have a closer look to see how this relatest to it.

@rzvoncek rzvoncek added the ready Issues in the state 'ready' label Mar 5, 2024
@adejanovski adejanovski moved this to Ready in K8ssandra Mar 5, 2024
@rzvoncek
Copy link
Contributor

rzvoncek commented Mar 6, 2024

Hi again. Thanks for the remarks, they're now incorportad in #679.

@github-project-automation github-project-automation bot moved this from Ready to Done in K8ssandra Mar 6, 2024
@adejanovski adejanovski added done Issues in the state 'done' and removed ready Issues in the state 'ready' labels Mar 6, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
done Issues in the state 'done'
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants