Wednesday, July 2, 2014

Deploy an application on our openshift server using FTP client or Winscp

Credentials required
1.SSH Address
2.Username
3.Password

(if you don't know the credentials check this link how to find credentials for openshift )

1.open winscp

2.File protocol-sftp
(select from dropdown)

3.Hostname: your  SSH Address.
4.username:your username for openshift(the full email id).
5.password: your openshift password you use to login.
6.private key: select the .ppk file (generate by putty key gen) for authentication.
(if you don't know how to generate private key-click on this link "how to generate private key by putty keygen)

click on login.




7. after login-



drag and drop your war files and do whatever you want in jbossas in the servers directory.

everything will be live updated and deployment will be reflected live.


No comments:

Post a Comment