Deploy Java Project Bitbucket Java Project

Deploying Bitbucket Project via Maven

Maven is a build automation and software comprehension tool which is primarily used for Java programming. With Maven you can add any public or private project to Apiqcloud and build it in the cloud. Apiqcloud takes your application's source code directly from your version control system (SVN or Git). It is fast and uses little bandwidth, you get the efficiency of the cloud and can keep using your computer without any extra load and your project can stay unavailable for outsiders within your private Git/SVN repository.

If you used to work with Bitbucket hosting service for projects, which use the Git revision control systems, follow this instruction to add your project to Apiqcloud.

Create the Environment

Log into the Apiqcloud Manager

While in Apiqcloud dashboard, click the Create environment button:


Pick an application server and select Maven as your build tool. Then specify the cloudlet limits, type your environment name, for example, bitbucket, and click Create.


Get the Repository Link

Navigate to Bitbucket official web-site and log in the system.

 

Click on the desired repository in the Repositories list.

Here you should get the link to your project - just copy it from the following window:

You've got the https:// link of the following kind:

https://{USER_NAME}@bitbucket.org/{USER_NAME}/{PROJECT_NAME}.git

Delete  {USER_NAME}@ part of the link to get such URL:


https://bitbucket.org/{USER_NAME}/{PROJECT_NAME}.git

Now all is ready for adding your project to the Apiqcloud cloud.

Add the Project

Click the Add project button next to the Maven node in your environment.

In the Add project dialog box choose the Git tab and fill in all required fields: Name of your project, Path (modified link) to your project, Branch, Login and Password of your repository, the name of your Environment and specify Context in which you will deploy your project. Click Apply.

Now, just click on Build and deploy button and enjoy. That's all you have to do!

Update the Project

In case you've performed some changes in your code and want them to be applied to the project in Apiqcloud cloud, click Build and Deploy button next to the project in your environment.

That's all! Open your application and enjoy developing your project.

  • 0 Benutzer fanden dies hilfreich
War diese Antwort hilfreich?

Verwandte Artikel

Deploy Java Project >Maven for deploy GIT/SVN

Deploy Your Java Project via GIT/SVN with Maven Maven is a build automation and software...

Deploy Java Project Via Archive URL

Upload and Deploy Your Java Application The Apiqcloud Deployment Manager gives you a easy...