Skip to content
Merged
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
2 changes: 1 addition & 1 deletion content/en/docs/releasenotes/workstation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The third pre-release of the Mendix Workstation Client is available under the co

##### Workstation Client

* The Workstation Client is now available in a Linux ARM 64 version for running the client on single-board computers such as Raspberry Pi.
* The Workstation Client is now available in a [Linux ARM 64 version](https://marketplace.mendix.com/link/component/245627) for running the client on single-board computers such as Raspberry Pi.

##### Workstation Connector

Expand Down
12 changes: 8 additions & 4 deletions content/en/docs/workstation/wks-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This document provides a quick start guide for installing Mendix Workstation, an

* [Microsoft Windows (global installer)](https://marketplace.mendix.com/link/component/241063)
* [Microsoft Windows (portable)](https://marketplace.mendix.com/link/component/242552)
* Linux ARM 64
* [Linux ARM 64](https://marketplace.mendix.com/link/component/245627)

To configure Mendix Workstation, perform the following steps:

Expand Down Expand Up @@ -48,15 +48,19 @@ The Mendix Workstation Client is a connector between the devices and your local

{{< figure src="/attachments/workstation/wks-install5.png" class="no-border" >}}

2. In the **Computer Registration** dialog, click **Download**. The [Mendix Workstation Client](https://marketplace.mendix.com/link/component/241063) page on the Mendix Marketplace opens for the Windows installer. Alternatively, you can find the component on the Mendix Marketplace by searching for "Workstation Client". You can also find the portable and Linux version via the search or navigate to them via the above links.
2. In the **Computer Registration** dialog, click **Download**. The [Mendix Workstation Client](https://marketplace.mendix.com/link/component/241063) page on the Mendix Marketplace opens for the Windows installer. Alternatively, you can find the component on the Mendix Marketplace by searching for "Workstation Client". You can also find the [portable](https://marketplace.mendix.com/link/component/242552) and [Linux](https://marketplace.mendix.com/link/component/245627) version by using the search, or navigate to them through the above links.

{{< figure src="/attachments/workstation/wks-install6.png" class="no-border" >}}

3. Perform one of the following actions:

* If you have administrator rights for your computer, click **Download** and run the Workstation Client installer in the form of an NSIS installer package. If you get a prompt from Windows Access Control, click **Yes** to allow Mendix Workstation Client to be installed; for a silent installation, you can also run the installer as an administrator with the `/S` argument, that is, `MendixWorkstationX.Y.Z.exe /S`. The default installation folder is *C:\Program Files\Mendix Workstation*. The app data folder can be found at *C:\ProgramData\Mendix Workstation*. The client runs automatically after the installation is completed.
* If you do not have administrator rights for your computer, download the [Mendix Workstation Client Portable](https://marketplace.mendix.com/link/component/242552) instead. As a best practice, put the portable client in a new folder in your Documents folders, and then click the .exe file to run the client.
* For Windows:

* If you have administrator rights for your computer, click **Download** and run the Workstation Client installer in the form of an NSIS installer package. If you get a prompt from Windows Access Control, click **Yes** to allow Mendix Workstation Client to be installed; for a silent installation, you can also run the installer as an administrator with the `/S` argument, that is, `MendixWorkstationX.Y.Z.exe /S`. The default installation folder is *C:\Program Files\Mendix Workstation*. The app data folder can be found at *C:\ProgramData\Mendix Workstation*. The client runs automatically after the installation is completed.
* If you do not have administrator rights for your computer, download the [Mendix Workstation Client Portable](https://marketplace.mendix.com/link/component/242552) instead. As a best practice, put the portable client in a new folder in your Documents folders, and then click the .exe file to run the client.

* For Linux - Download and install the [Linux](https://marketplace.mendix.com/link/component/245627) version of the client.

## Registering your Computer

With the Mendix Workstation Client running on your computer, you must now register your computer in the Workstation Management.
Expand Down