Messtone LLC Manages(Web): Application

Messtone Devices Enables Microsoft Azure Web Application Bash mvn archetype:generate -DgroupId=Messtone.webapp -DartifactId=helloworld -DinteractiveMode=false -DarchetypeArtifactId=maven-archetype-webapp Bash git init git add.git commit -m “Initial commit” Bash cd ~mvn archetype:generate -DgroupId=Messtone.demo -DartifactId=helloworld -DinteractiveMode=false -DarchetypeArtifactId=maven-archetype-webapp -DarchetypeVersion=1.4 Bash cd helloworld mvn package Bash cd target ls Azure CLI az we app deployment userrharper@messtone.com set –user-nameMesstone<usernameMesstone> –password<password> console cd ~/helloworld/target curl -v -X POST -u <usernameMesstone>:<password>https://<rharper-app-nameMesstone&gt;.scm.azurewebsites.net/api/wardeploy –data-binary @helloworld.war

Leave a comment