-
Notifications
You must be signed in to change notification settings - Fork 435
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: vviveksharma <[email protected]>
- Loading branch information
1 parent
b90f984
commit 42e3701
Showing
7 changed files
with
75 additions
and
27 deletions.
There are no files selected for viewing
5 changes: 3 additions & 2 deletions
5
_vendor/github.com/chef/chef-server/docs-chef-io/content/server/upgrades.md
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
29 changes: 23 additions & 6 deletions
29
_vendor/github.com/inspec/inspec/docs-chef-io/content/inspec/install.md
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,26 @@ | ||
The following examples show how to use the Chef Software Install script. | ||
|
||
To install Chef Inspec 6.6.0: | ||
To install Infra Client 15.8.23: | ||
|
||
{{< note >}} | ||
|
||
Enter your licenseId in place of YOUR LICENSE ID | ||
|
||
{{< /note >}} | ||
|
||
```bash | ||
curl -L https://chefdownload-commercial.chef.io/install.sh?license_id=<YOUR LICENSE ID> | sudo bash -s -- -v 6.6.0 | ||
curl -L https://chefdownload-commericial.chef.io/install.sh?license_id=<YOUR LICENSE ID> | sudo bash -s -- -v 15.8.23 | ||
``` | ||
|
||
To install the latest version of Chef Workstation on Windows | ||
from the `current` channel: | ||
|
||
{{< note >}} | ||
|
||
Enter your licenseId in place of YOUR LICENSE ID | ||
|
||
{{< /note >}} | ||
|
||
```powershell | ||
. { iwr -useb https://chefdownload-commercial.chef.io/install.ps1?license_id=<YOUR LICENSE ID1> } | iex; install -channel stable -project inspec -version 6.6.0 | ||
. { iwr -useb https://chefdownload-commericial.chef.io/install.ps1?license_id=<YOUR LICENSE ID> } | iex; install -channel current -project chef-workstation | ||
``` | ||
|
||
enter your licenseId in the place of YOUR LICENSE ID |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters