Deployment from the commandline

2
To automate the deployment I am looking for: A way to create/synchronize the database from the command line. A way to install the Mendix Runtime Service from command line
asked
3 answers
5
  1. Why did you look for this? Did you run Windows Server 2008 (R2) without the user interface role (only Server Core)?
  2. You can navigate at the command line to the folder of the Mendix Service Console. Then execute the following command:

On 64 bit systems: %SystemDrive%\Windows\Microsoft.NET\Framework64\v2.0.50727\InstallUtil.exe MendixService.exe

On 32 bit systems: %SystemDrive%\Windows\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe MendixService.exe

answered
0

Thank you, I know how to do it by hand, but I want do it automatically. Just put my .mda (deployment archive) file on the server, run a batch file and my site is up and running.

answered
-1

hi Chris, 

 

I am trying to automate the deployment process . can you please help me out by letting me know how you achieved this process?

answered