Windows script for automatic deployment

1
We would like to run a automatic deployment on our on-premise windows environment. For this we need to stop the Mendix service, update the app and start the Mendix service again. Is this possible by using a script? If so does anyone have an example of such a script / batch file? Thanks!
asked
3 answers
1

When working with on-premise Mendix services the Mendix Deployment API wont suffice. This will only work when the application is running in the Mendix Cloud.

There are though possibilities to create deploy scripts as can be read in the following MxBlog: http://mxblog.eu/link/post/continuous-deployment-for-your-mendix-app (found in the following thread: https://forum.mendix.com/questions/12822/continuous-integration-using-Mendix)

By using a script to automate the build process, you should be able to transport it to your on-premise environment!

answered
0

This is possible with the API, but only for public environments as far as I know. Freek.Brinkhuis@capgemini.com can probably help you in this.

answered
0
answered