We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's only .sh installer in https://github.com/Azure/PerceptOSS/blob/main/docs/tutorial/setup-guide.md. Do we plan to build an equivalent script for Windows?
The text was updated successfully, but these errors were encountered:
@tony979 We currently don't have a concrete plan, but we will include this in our roadmap. Is this a blocking issue for your usecase?
Sorry, something went wrong.
@penorouzi to run POSS with AKS-IoT or Windows machines, it needs extra installation to run bash
@tony979 Thanks! Do you mind providing information on what you had to go through so we can improve and/or add more documentation for others?
Hi @penorouzi , @tony979 , share my findings below.
Pre-requisites:
2.Use chocolatey to install $ choco install awk $ choco install jq $ choco install kubernetes-helm
The script: poss-installer.sh should be modified: Line 445 & 446. The json format should be tunned for windows powershell.
No branches or pull requests
There's only .sh installer in https://github.com/Azure/PerceptOSS/blob/main/docs/tutorial/setup-guide.md. Do we plan to build an equivalent script for Windows?
The text was updated successfully, but these errors were encountered: