Skip to content
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

[Documentation Update][Installation ReadMe]: Some commands are not working successfully #512

Closed
3 tasks done
josephjacobmorris opened this issue Feb 25, 2023 · 1 comment

Comments

@josephjacobmorris
Copy link
Contributor

josephjacobmorris commented Feb 25, 2023

Issue Description:
On following the installation steps in the readme for "Installation steps for Strato"

sudo apt-get update && sudo apt-get install -y git
git clone https://github.com/sodafoundation/installer.git
git checkout 1.8.0 # you may choose specific release version also
cd installer/ansible
chmod +x install_dependencies.sh && source install_dependencies.sh
export PATH=$PATH:/home/$USER/.local/bin

section. The git checkout 1.8.0 is not working. The reason being

  • the cd installer/ansible should be moved above the git checkout .....
  • the correct version tag is v1.8.0 v1.8.0
    so the command should be git checkout v1.8.0

A similar issue might be also

  • be present in the "Installation steps for Delfin"

Why this issue to fixed / feature is needed(give scenarios or use cases):
This issue needs to be handled as the soda common installer is used by the new users and will be a barrier for them if there are issues in the ReadMe documentation

How to reproduce, in case of a bug:

Documentation Issue

Other Notes / Environment Information: (Please give the env information, log link or any useful information for this issue)

  • NA
@Mys7erio
Copy link
Contributor

Mys7erio commented Mar 3, 2023

I opened a PR and mentioned this issue. Visit #513 for more updates

joseph-v added a commit that referenced this issue Mar 14, 2023
Fixed git checkout command in README (Issue #512)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants