APM 1 Installation Guide
Last modified: November 19, 2024
Introduction
This document describes the installation and uninstallation of the APM tool. The intended audience is Mendix advanced application developers who work with the Mendix Modeler and develop, install, and support Mendix applications.
Read all the details here:
Installation for the Experienced User
For the experienced user, this is quick outline of the installation:
- Back up (commit in the Modeler, backup database, copy project folder).
- Import the APM Agent module.
- Copy the language if one other than English US is used.
- Configure to use
USE_ME/AfterStartup
andUSE_ME/BeforeShutdown
. - Add permission (or permissions) to your Administrator role.
- Add the USE_ME/IVK_OpenConsole microflow to the navigation.
- Set the
APMAgent.CompanyName
andAPMAgent.AppName
constants. - Optionally configure the
APMAgent.NotifyMicroflowName
constant to call a microflow that sends mail. - Start the app.
- Navigate to the APM tool, where an installer page will open.
- On the installer page, mail the license request. In APM 1.10, you can use a license request code to automatically obtain a license key.
- On receiving the mail with the license key, enter the key.
- Choose production or non-production settings.
- Save.
Upgrading for the Experienced User
For an upgrade from APM 1.5.4 and above to the latest version, follow these steps:
- Import the module.
- Remove the old jar for
userlib
. - Start, and all the needed data changes will be automatically performed.
- From below to above version 1.7.0, a new license needs to be requested, because the license is now per app.
- From below to above version 1.10.0, a new constant
AppName
has been introduced and needs to be set.