IDE/Eclipse

[Cloud] 클라우드 ide > Github 연결

denodo 2016. 1. 9. 14:07

the source of news - https://dzone.com/articles/web-application-development


Codenvy Git Repository


Codenvy Git Repository Initialization

Click Git > Git URL (Read-only)

Codenvy Git URL

Copy the URL to your repository in the appeared window.

Codenvy Repository URL

Deploy Java application

1. Go back to the Jelastic dashboard and click Add project.

Add Project to Jelastic

2. In the appeared window enter the name of your Jelastic project and paste the link to your Git repository that you copied from the Codenvy dashboard. After that, type the name of the branch, login and password (if it’s a private Git repository) and choose the environment for further project deployment.

The Jelastic system can easily check if you have made any commits to your Git repository and build and deploy your Java project automatically based on these commits. To enable this feature, tick the Check and Auto-deploy Updates check-box and specify the time period for verification in minutes.

Jelastic Add Git Project

3. In a few seconds your Jelastic project will appear on the dashboard.

Jelastic Maven Project

4. Click the Build and Deploy button to get your project up and running right in the Cloud.

Build and Deploy Jelastic Project

5. In a few minutes open your Java application in a web browser.

Open App in a Browser

As you can see, your Java application developed with Codenvy IDE was successfully deployed to the Cloud.

Codenvy HelloWorld