sodafoundation / installer

provides easy installation and basic deployment based on specific configurations for SODA Projects
Apache License 2.0
35 stars 68 forks source link

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

Closed josephjacobmorris closed 1 year ago

josephjacobmorris commented 1 year ago

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

A similar issue might be also

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)

Mys7erio commented 1 year ago

I opened a PR and mentioned this issue. Visit https://github.com/sodafoundation/installer/pull/513 for more updates