Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
46 changes: 4 additions & 42 deletions docs-chef-io/content/server/install_server_tiered.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,49 +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.


Chef Manage

: Use Chef management console to manage data bags, attributes,
run-lists, roles, environments, and cookbooks from a web user
interface.

On each front end server in the Chef Infra Server configuration,
run:

```bash
chef-server-ctl install chef-manage
```

then:

```bash
chef-server-ctl reconfigure
```

and then:

```bash
chef-manage-ctl reconfigure
```

To accept the [Chef MLSA]({{< relref "chef_license" >}}):

```bash
sudo chef-manage-ctl reconfigure --accept-license
```

This updates the Chef Infra Server and creates the
`/etc/opscode-manage/secrets.rb` file. When running the Chef
management console 1.11 (or higher), copy the `secrets.rb` file in
the `/etc/opscode-manage` directory on one of the frontend servers
to the same directory on each of the other frontend servers, and
then rerun `chef-manage-ctl reconfigure` so the copied
`/etc/opscode-manage/secrets.rb` file gets used correctly.
```bash
https://chefdownload-commercial.chef.io/install.sh?license_id=<LICENSE_ID>
```

**Use Local Packages**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,30 +1,5 @@
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.

1. Install add-ons

Install Chef Manage with:

```bash
sudo chef-server-ctl install chef-manage
```

1. Reconfigure the server

```bash
sudo chef-server-ctl reconfigure
```

1. Reconfigure add-ons

Reconfigure Chef Manage with:

```bash
sudo chef-manage-ctl reconfigure
```

Finally, accept the [Chef License](https://docs.chef.io/chef_license/):
For commercial downloads, use the following URL:

```bash
sudo chef-manage-ctl reconfigure --accept-license
https://chefdownload-commercial.chef.io/install.sh?license_id=<LICENSE_ID>
```
Loading