Cloud Found (https://www.cloudfoundry.org/) is a VMWare PAAS that has been released as open source and can be installed privately on your infrastructure. Once you have your cloud installed you can start to develop with Eclipse and publish your application in the new Private Cloud. Here are the steps to follow.
- Add to your file host the dns name of your server.
192.168
.
9.23
javatest01.cloudbox.net.intre.it
192.168
.
9.23
drawbridge.cloudbox.net.intre.it
192.168
.
9.23
api.cloudbox.net.intre.it
192.168
.
9.23
cloudbox.net.intre.it
- Download Eclipse STS – http://www.springsource.com/developer/sts
- Install Cloud Foundry plugin
- Connect to api.cloudbox.net.intre.it (change with your server name) using your account information (to add an user use mvc – https://github.com/cloudfoundry/vmc)
Tasto destro->New->Server
Next
Add server api.cloudbox.net.intre.it clicking on su Manage Cloud e clicking Add. - Create a new Eclipse Dynamic Web Project
Right click on the Project -> Spring Tools -> Add Spring Project Nature - Add the project to Cloud Foundry double click on Cloud Server in Tab Server.
- Add an html file for test in Web Content
- Browse the application
If do you need details how to install Cloud Foundry on your private infrastructure please left a comment that I’ll publish a post about it 🙂