eclipse - how to download the applications from my cloudbees account to local directory for modification -
I am trying to create and deploy a grails application on cloud bees, I like cloud-bees SDK as well as both Trying to use the cloud bees as SDK, I am not much to use SDK, so I tried to use the eclipse SDK. Command is executing in eclipse SDK, but only one thing fails that it throws an error, now I want to create and deploy the application on the cloud. Can you please help me?
You must use the CloudBees SDK to deploy the Grails app on the CloudBees platform.
You can get the documentation.
Actually, you can see on the doctor that in this case you do not need database binding:
-
Make app for bees:
-
Setting Grails Environment of Tomcat Server
Bees Config: Set-A-My App-P-Gear. Niv = Production
-
Deploy Your Application
Bees App: Deployment - My App Target / My-App-0.1. Overall
You can create a war file of your application using the command given below:
grails war
Comments
Post a Comment