Skip to content

Checkout mendix 8 app

Mendix 8 Support

Low-Ops platform utilizes private Git repositories to store Mendix application source code.

Mendix Studio Pro versions before 9 are compatible only with SVN (Version Control System) and do not support Git. Consequently, Git command line interface is employed for committing and pushing changes to remote repositories.

Instructions:

  • Begin by downloading and installing Git-Bash.
  • Use Git-Bash to clone the Mendix project repository. Clone Mendix Project
  • Launch Mendix Studio Pro and click on "Open App". Open Mendix Studio Pro
  • Choose the "Locally on Disk" option. Select Locally on Disk
  • Navigate to the directory where the project was cloned and select the .mpr file. Navigate to Cloned Project
  • After making changes to your application, return to Git-Bash and commit and push the changes to the remote repository using Git commands. Commit and Push Changes