Skip to content

Commit e3260ea

Browse files
proofreading task for ms-windows
1 parent cf2f784 commit e3260ea

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

content/en/docs/deployment/on-premises-design/ms-windows/_index.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ This document describes the installation and configuration of Mendix software on
2121

2222
## Prerequisites {#Prerequisites}
2323

24-
To set up an environment to run Mendix applications, you will need to install the Mendix software. For each Mendix application that will be run, a separate user (service) account is required. This section presents an overview of the setup.
24+
To set up an environment to run Mendix applications, you will need to install the Mendix software. You must also create a separate user (service) account for each Mendix application you plan to run.
2525

26-
{{< figure src="/attachments/deployment/on-premises-design/ms-windows/18580733.png" >}}
26+
{{< figure src="/attachments/deployment/on-premises-design/ms-windows/ms-windows-setup.png" >}}
2727

2828
Before starting this how-to, make sure you have the following prerequisites:
2929

@@ -40,7 +40,7 @@ Before starting this how-to, make sure you have the following prerequisites:
4040
* MS IIS URL Rewrite installed (for more information, see [URL Rewrite](https://www.iis.net/downloads/microsoft/url-rewrite))
4141
* Java Runtime, version depending on your Mendix Server Distribution. See [System Requirements](/refguide/system-requirements/#java) for more information.
4242
* The Mendix Deployment Archive (MDA) of your Mendix project
43-
* The Mendix server distribution corresponding with your Mendix Studio Pro version (see the [Mendix Marketplace](https://marketplace.mendix.com/link/studiopro/))
43+
* The Mendix server distribution corresponding to your Mendix Studio Pro version (see the [Mendix Marketplace](https://marketplace.mendix.com/link/studiopro/))
4444
* A database with sufficient security rights
4545

4646
* Suitable database servers are MariaDB, MS SQL Server, MySQL, Oracle Database and PostgreSQL. See [System Requirements](/refguide/system-requirements/#databases) for more information
@@ -52,20 +52,17 @@ Before starting this how-to, make sure you have the following prerequisites:
5252
To download and install the Mendix Service Console, follow these steps:
5353

5454
1. Download the latest version of the [Mendix Service Console](https://marketplace.mendix.com/link/component/223425) module from the Marketplace.
55-
56-
{{< figure src="/attachments/deployment/on-premises-design/ms-windows/service_console_download.png" >}}
57-
5855
2. Install the Mendix Service Console by following the installation wizard.
5956

60-
3. Start the Mendix Service Console after completing the installation. The first time you launch the application, a popup will be shown (it will always be shown if no valid location is configured for the apps and server files):
57+
3. Start the Mendix Service Console after completing the installation. The first time you launch the application, you will see a dialog box (it will always be shown if no valid location is configured for the apps and server files):
6158

6259
{{< figure src="/attachments/deployment/on-premises-design/ms-windows/service_console_first_run.png" >}}
6360

6461
4. Click **Yes**. The **Preferences** dialog box will be shown:
6562

6663
{{< figure src="/attachments/deployment/on-premises-design/ms-windows/18580730.png" >}}
6764

68-
5. In the **Preferences** dialog box, enter a **Location of apps and server files**. This location is used for storing your app files and Mendix server files. Mendix recommends using a directory:
65+
5. In the **Preferences** dialog box, enter the **Location of apps and server files**. This location is used for storing your app files and Mendix server files. Mendix recommends using a directory:
6966

7067
* that is NOT on the system partition
7168
* where you can easily control the security rights
@@ -101,7 +98,7 @@ To deploy a Mendix app using the Mendix Service Console, follow these steps:
10198

10299
{{< figure src="/attachments/deployment/on-premises-design/ms-windows/service_console_selectapp.png" >}}
103100

104-
6. Now select the **MDA** file that was [created in Studio Pro](/refguide/create-deployment-package-dialog/) and contains your application logic. After the installation of your MDA file, you will see which Mendix server (Mendix Runtime) version is needed.
101+
6. Now select the **MDA** file that was [created in Mendix Studio Pro](/refguide/create-deployment-package-dialog/) and contains your application logic. After the installation of your MDA file, you will see which Mendix server (Mendix Runtime) version is needed.
105102

106103
7. Configure the **Database Settings**:
107104

@@ -137,7 +134,7 @@ In order to use the proxy functionality within ARR, you need to enable this feat
137134
To create a website, follow these steps:
138135

139136
1. Open the IIS Manager.
140-
2. In the **Connections** pane, click the **Sites** node in the tree. If **Default Website** or any other website is present under **Sites**, please check if it is being used.
137+
2. In the **Connections** pane, click the **Sites** node in the tree. If **Default Website** or any other website is present under **Sites**, check if it is being used.
141138
3. Right-click **Sites** and select **Add Web Site**.
142139
4. In the **Add Web Site** dialog box, enter a friendly name for your web site in the **Web site name** field.
143140
5. In the **Physical path** field, enter the physical path of your application-project-web folder (for example, *D:\Mendix\Apps\Application\Project\Web*).
@@ -203,7 +200,11 @@ Rule | Name | Pattern | Rewrite URL
203200
10 | p | `^(p/)(.*)` | `http://localhost:8080/{R:1}{R:2}`
204201
11 | manifest | `^(manifest.webmanifest)(.*)` | `http://localhost:8080/{R:1}{R:2}`
205202

206-
Follow the instructions below and replace *[Name]* with the name of the rule in the table above, *[Pattern]* with the regular expression pattern, and *[Rewrite URL]* with the Rewrite URL. Note that some patterns contain a trailing slash, `/`, when they need to point to an exact path (for example, `/ws-doc/mydoc/1234`).
203+
Follow the instructions below and replace *[Name]* with the name of the rule in the table above, *[Pattern]* with the regular expression pattern, and *[Rewrite URL]* with the Rewrite URL.
204+
205+
{{% alert color="info" %}}
206+
Some patterns contain a trailing slash, `/`, when they need to point to an exact path (for example, `/ws-doc/mydoc/1234`).
207+
{{% /alert %}}
207208

208209
1. Open the IIS Manager and navigate to the website you want to manage.
209210
2. In the **Features View**, double-click **URL Rewrite**.
@@ -214,7 +215,7 @@ Follow the instructions below and replace *[Name]* with the name of the rule in
214215
7. Set **Using** to *Regular Expressions*.
215216
8. In the **Pattern** field, enter `[Pattern]`.
216217
9. In the **Action** section, set **Action type** to *Rewrite*.
217-
10. In the **Rewrite URL** field, enter `[Rewrite URL]` (in the rules above this is always `http://localhost:8080/{R:1}{R:2}`).
218+
10. In the **Rewrite URL** field, enter `[Rewrite URL]` (in the rules above, this is always `http://localhost:8080/{R:1}{R:2}`).
218219
11. Ensure the **Append query string** checkbox is set to *true* (checked).
219220
12. Click **Apply**.
220221
13. Click **Back to Rules**.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)