Could we deploy mendix without mendix Developer Portal?

0
Hi pros, I am have a question regarding deployment options for Mendix applications. Specifically, I am wondering if it is possible to generate a file, such as a war or jar, for self-deployment and testing, similar to how it is done in Java projects. Alternatively, is it necessary to use the Private Server or Team Server for deployment? Thank you for your time and assistance. Best regards, Evan Wu.
asked
2 answers
0

Hi Evan, you can with the On-Premise deployment.

You can find out more about it here:

https://docs.mendix.com/developerportal/deploy/on-premises-design/

 

Be aware that this is not a ‘prefered’ method from Mendix.

You won't enjoy all the benefits of the Cloud platform (security, maintainance, etc)

answered
0

If you use the API you can deploy your app without ever going to the developer portal. See the deployment API documentation here: https://docs.mendix.com/apidocs-mxsdk/apidocs/deploy-api/

Regards,

Ronald

 

answered