-
-
Notifications
You must be signed in to change notification settings - Fork 62
WIP: Initial check-in for install instructions [ci skip] #83
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
WIP: Initial check-in for install instructions [ci skip] #83
Conversation
|
If everything needs sudo would it be simpler to |
st2-register-content and st2 CLI commands don't require sudo. Explicitly calling out the steps that really need sudo seems better to me. Anyways, this can be changed later. I was trying to validate #76 and without RHEL instructions, I wasted 30 mins to get to a bare st2 install. Also found couple of issues. So intent is to get things into version control first and iterate on packages and instructions. |
packages/st2bundle/install_ubuntu.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this copied from manas, and is not required. souldn't be here...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep. removed.
packages/st2bundle/install_rhel6.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be then same for el6/el7 wget -qO - "https://setup.ius.io/" | sudo bash -s.
To make it more generic.
|
Closing in favor of #109 |
Let's get these into version control first and iterate on them