java - Deploy WAR file to Openshift without using GIT? -


I want to upload a war file to my opsshift account, but this is my GIT OT () Please forgive me for saying this, but it is very upset.

Does anyone upload a war file directly on my application without using a third party?

My application Openshift includes: Tomato 7 (JbS EWS 2.0), MySk 5.5.

Highly appreciated

Please follow the instructions in the following link

More details:

You can use it like this:

Hit git and git Enter bash, and then do this:

  scp & lt; Your local file name & gt; & Lt; Your hash number & gt; @ & Lt; Your app name & gt; - & lt; Your Domain Name & gt; .rhcloud.com: ~ / & lt; App name & gt; / data /   

Example:

  scp hello.csv 87b95e67477f442c9356a4ae49cd7c9e@cdapp-music.rhcloud.com: ~ / cdapp / data /   

External source: from

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -