Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/mendix/docs into dev…
Browse files Browse the repository at this point in the history
…elopment
  • Loading branch information
MarkvanMents committed Feb 2, 2024
2 parents 6ad8e33 + 9856734 commit 3b3c876
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
12 changes: 12 additions & 0 deletions content/en/docs/refguide/installation/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Mendix Studio Pro needs to be installed on your computer before you can start bu

{{< figure src="/attachments/refguide/installation/install/setup-wizard.png" >}}

On a Mac, you may get a warning during installation. For more information on how to troubleshoot it, see the [Mac Warning](#mac-warning) section below.

2. Select **I accept the terms in the License Agreement** and click **Next**.

3. Select the folder in which you want to install Studio Pro and click **Next**:
Expand All @@ -56,6 +58,8 @@ Mendix Studio Pro needs to be installed on your computer before you can start bu

## 4 Troubleshooting {#troubleshooting}

### 4.1 Installing Prerequisites Separately

Sometimes you can run into problems when installing Studio Pro. One work-around is to restart your system and install the prerequisites separately if they are not installed yet.

The prerequisites are the following:
Expand All @@ -77,6 +81,14 @@ Based on the error message you get from the installer you can decide to install

After that you can retry installing Studio Pro.

### 4.2 Mac Warning {#mac-warning}

On a Mac, you may get the following warning during installation:

{{< figure src="/attachments/refguide/installation/install/warning-mac.png" >}}

To bypass it, right-click the installer, click **Open** and run the installer.

## 5 Installing Mendix Studio Pro Offline {#offline}

The Mendix Studio Pro installation experience includes all the tools and frameworks required to run the application. If any of the prerequisites are not found at the moment of installation, the Studio Pro setup process will attempt to download and install the missing elements automatically. The Mendix Studio Pro installer does not include all dependencies and relies on internet connectivity to obtain them if any of the required pieces of software are missing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ You may get an "Oops" pop-up menu when setting a name and an email for Git in th

Any of these commands will create a global Git config. Subsequent interactions via the Studio Pro interface will succeed from now on.

### 2.3 Merging Branches Results in No Changes Being Applied
### 2.4 Merging Branches Results in No Changes Being Applied

When two branches are merged, changes sometimes do not come through.
To fix this issue, take the following steps:

Expand Down Expand Up @@ -145,3 +146,9 @@ You can force Studio Pro to recreate the metadata by doing the following:
5. Commit and Push the changes from Studio Pro.

This will recreate the metadata and you should now be able to create a deployment package from this new revision.

### 2.9 Installed Git Version Does Not Meet Studio Pro's Requirement

Studio Pro requires a specific minimum version of Git (for more information, see [System Requirements](/refguide/system-requirements/)). If this version is not installed on your device, Studio Pro will show a message during a start-up indicating that certain features will not be available.

You can download and install a recent version of Git from [here](https://git-scm.com/downloads).
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The new features were divided into these major themes, which are described in th
| Visual data filters (visual builder) | Released for public beta [Nov 28, 2023](/releasenotes/studio-pro/10.5/)<br>GA: Q1 2024 |
| MendixChat | Released for public beta [Dec 21, 2023](/releasenotes/studio-pro/10.6/)<br>GA: TBD |
| Mixed online and offline data | GA: Q1 2024 |
| Mac support | Preview: Q1 2024<br>Public beta: TBD<br>GA: TBD |
| Mac support | Released for public beta [Jan 30, 2024](/releasenotes/studio-pro/10.7/) <br>GA: TBD |

## 4 Composability {#composability}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3b3c876

Please sign in to comment.