how to deploy the server side code using github?

0 votes
Hi

Please give me details about how i can deploy the java code using github.

thanks
asked Apr 12, 2014 in Discuss & suggest API by safvantai123 (24 points)

1 Answer

0 votes

You can deploy the code from Github repository either through PaaSHQ Management Console or Command line client.

Below are the links given for the both.

For PaaSHQ Management Console:

http://app42paas.shephertz.com/dev-center/working-with-apphq/#deployAppUrl

For Command line client:

http://app42paas.shephertz.com/dev-center/working-with-command-line-interface/#deploy

 

In case of deploying from Github, Either the provided Git repository must be public or if you want to deploy from private repository, you need to provide the pull permission to App42PaaS Github user.

 

answered Apr 12, 2014 by NaveenGShephertz (244 points)
Hi thanks for your quick reply.
i successfully source code clone to github.
problem is that when i am giving gitub url to deploy app they giving me error
"Deploy App has not been completed successfully."
Please help me
Hi,
As you said that you are deploying java application using Git repository.
Please make sure that you have pom.xml in your root directory.
App42 PaaS requires pom.xml to build the binary(war) file.
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...