Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
  • Loading branch information
IanMadd committed Apr 16, 2024
1 parent 0363e39 commit 7aff7d8
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions docs-chef-io/content/workstation/install_workstation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ aliases = ["/install_workstation.html", "/install_dk.html", "/workstation_window

{{< readfile file="content/workstation/reusable/md/chef_workstation.md" >}}

For general information about downloading Chef products, see the [Chef download documentation](/download/).

## Supported Platforms

The following table lists the commercially supported platforms and versions for Chef Workstation:
Expand All @@ -41,7 +43,7 @@ Minimum system requirements:

Additional Chef Workstation App Requirements:

- On Linux you must have a graphical window manager running with support for system tray icons. For some distributions you may also need to install additional libraries. After you install the Chef Workstation package from the terminal, the post-install message will tell you which, if any, additional libraries are required to run the Chef Workstation App.
- On Linux, you must have a graphical window manager running with support for system tray icons. For some distributions you may also need to install additional libraries. After you install the Chef Workstation package from the terminal, the post-install message will tell you which, if any, additional libraries are required to run the Chef Workstation App.

## Installation

Expand All @@ -57,7 +59,7 @@ applications that may be running on the target machine.
1. Visit [Chef Downloads](https://www.chef.io/downloads) to download a Chef Workstation package.
1. Follow the steps to accept the license and install Chef Workstation.

Alternately, install Chef Workstation using the [Homebrew](https://brew.sh/) package manager:
Alternatively, install Chef Workstation using the [Homebrew](https://brew.sh/) package manager:

`brew install --cask chef-workstation`

Expand All @@ -67,7 +69,7 @@ Alternately, install Chef Workstation using the [Homebrew](https://brew.sh/) pac
1. Follow the steps to accept the license and install Chef Workstation. You will have the option to change your install location; by default the installer uses the `C:\opscode\chef-workstation\` directory.
1. **Optional:** Set the default shell. On Windows it is strongly recommended to use Windows PowerShell instead of `cmd.exe`.

Alternately, install Chef Workstation using the [Chocolatey](https://chocolatey.org/) package manager:
Alternatively, install Chef Workstation using the [Chocolatey](https://chocolatey.org/) package manager:

`choco install chef-workstation`

Expand All @@ -91,34 +93,35 @@ msiexec /q /i MsiPath ADDLOCAL=ALL REMOVE=ChefWSApp

### Linux

1. Visit the [Chef Downloads page](https://www.chef.io/downloads) and download the appropriate package for your distribution:
1. Visit the [Chef Downloads page](https://www.chef.io/downloads) or download the appropriate package for your distribution:

- Red Hat Enterprise Linux

```bash
wget https://packages.chef.io/files/stable/chef-workstation/24.4.1063/el/8/chef-workstation-24.4.1063-1.el8.x86_64.rpm
wget https://packages.chef.io/files/stable/chef-workstation/<VERSION>/el/<RHEL_VERSION>/chef-workstation-<VERSION>-1.el<RHEL_VERSION>.x86_64.rpm
```

- Debian/Ubuntu

``` bash
wget https://packages.chef.io/files/stable/chef-workstation/24.4.1063/ubuntu/20.04/chef-workstation_24.4.1063-1_amd64.deb
wget https://packages.chef.io/files/stable/chef-workstation/<VERSION>/ubuntu/<UBUNTU_VERSION>/chef-workstation_<VERSION>-1_amd64.deb
```

1. Use your distribution's package manager to install Chef Workstation:
- Red Hat Enterprise Linux:
``` bash
yum localinstall chef-workstation-24.4.1063-1.el8.x86_64.rpm
yum localinstall chef-workstation-<VERSION>-1.el<RHEL_VERSION>.x86_64.rpm
```
- Debian/Ubuntu:
``` bash
dpkg -i chef-workstation_24.4.1063-1_amd64.deb
dpkg -i chef-workstation_<VERSION>-1_amd64.deb
```
Note: Update the above version with the latest chef-workstation version. Please refer to
[Chef Workstation Release Notes](https://docs.chef.io/release_notes_workstation) to get the latest chef-workstation version.
See the [Chef Workstation release notes](/release_notes_workstation/) or the [Omnitruck API](https://omnitruck.chef.io/stable/chef-workstation/versions/all) for supported version numbers.
## Verify the Installation
Expand Down

0 comments on commit 7aff7d8

Please sign in to comment.