Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs-chef-io/content/server/ctl_chef_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,7 @@ This subcommand has the following options:

`--path PATH`

: Use to specify the location of a package. This option is not
required when packages are downloaded from
<https://packages.chef.io/>.
: Use to specify the location of a local package file.

### Use Downloads

Expand Down
9 changes: 5 additions & 4 deletions docs-chef-io/content/server/install_server_tiered.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,11 @@ first downloaded to a local directory, and then installed.

**Use Downloads**

The `install` subcommand downloads packages from
<https://packages.chef.io/> by default. For systems that are not behind
a firewall (and have connectivity to <https://packages.chef.io/>), the
Chef management console package can be installed as described below:
For commercial downloads, use the following URL:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like the same issue here. Users would have to download packages from chefdownload-commercial, then use the --path option to install the package.


```bash
https://chefdownload-commercial.chef.io/install.sh?license_id=<LICENSE_ID>
```

Chef Manage

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
The `install` subcommand downloads packages from <https://packages.chef.io> by default.
For systems that are not behind a firewall (and have connectivity to <https://packages.chef.io>), these packages can be installed as described below.
For commercial downloads, use the following URL:

```bash
https://chefdownload-commercial.chef.io/install.sh?license_id=<LICENSE_ID>
```

1. Install add-ons

Expand Down
Loading