Skip to content

Mendix

This document guides you through creating and deploying new application versions in the Low-Ops platform using Mendix Studio Pro.

Overview

Mendix Studio Pro is a powerful low-code development environment that allows developers to rapidly build and customize enterprise-grade applications. This guide covers the entire process, from accessing the Git repository to making changes in Mendix Studio Pro and verifying them across different environments.

Prerequisites

  • Access to the Low-Ops portal
  • Mendix Studio Pro installed on your machine

Note: For instructions on logging into the Low-Ops portal, refer to the Login tutorial.

Creating a New Application Version

Access Git Repository

  1. In the Low-Ops portal, navigate to the "Security" tab.
  2. Copy the Git repository URL.

    Git repository URL in Security tab

Open Project in Mendix Studio Pro

  1. In Mendix Studio Pro, click the "Open Private App" button.

    Open Private App button in Mendix Studio Pro

  2. In the pop-up window, paste the Git repository URL.

  3. Click "Connect", then "OK".

    Insert Git repository URL

Make Changes

  1. In the "MyFirstModule" menu, select "Home_Web" from the dropdown list.

    Selecting Home_Web in Mendix Studio Pro

  2. Double-click the item you wish to modify.

  3. Make your desired changes and click "OK".

    Making changes in Mendix Studio Pro

Commit Changes

  1. Click the "Commit" button, then "Save and Continue".

    Committing changes in Mendix Studio Pro

  2. In the pop-up window, describe your changes and click "OK".

    Describing changes in commit message

Verifying Changes

Check Activity

  1. Navigate to the Activity tab

Note: To learn how to access Activity tab, follow the steps from the Activities tutorial

  1. The status of the changes made will be "Completed".

    Activity tab

Access Environment

  1. Go to the "Environments" tab and select an environment.

    Environments overview in Low-Ops platform

  2. In the left-side menu, go to "Access".

Note: To learn how to access "Access" tab, follow the steps from the Access tutorial

<img src="../../assets/images/access.jpg" width="500" alt="Access tab">

Verify Changes in Mendix

  1. Use the provided URL and login credentials to access Mendix Studio Pro.
  2. After logging in, you'll be directed to the Mendix home page where you can observe your implemented changes.

    Mendix home page with implemented changes