Deploy to Azure

0
I am having trouble deploying to Azure. I got the deployment copied into azure but I get stuck when trying to switch to MxAdmin user in Putty. Any suggestions? I am posting links to 2 screenshots below: screenshot 1 screenshot 2
asked
1 answers
1

Ryan, you can't sudo to MxAdmin. The MxAdmin account is only a user in mendix not on the server.

If you open the m2ee tool (just type m2ee) you can setup the account.
Once you are in the m2ee tool you can type the ? character or the text 'help' and get a list of commands with simple explanation. In that list you should see the instruction createadminuser.

So running the command: m2ee create_admin_user will start the process to create the admin account and allows you to setup the password.

answered