Last updated by admin 2 years ago
grails install-plugin cloud-foundry
Last updated by burtbeckwith 4 months ago
The Cloud Foundry plugin for Grails integrates
Cloud Foundry's cloud deployment services to manage the running of Grails applications in the cloud from the command line.
Documentation
Please see
the user guide for official documentation.
(See also: “
One-step deployment with Grails and Cloud Foundry,” a post by Peter Ledbrook on the SpringSource blog.)
Installation
First of all, you should have a Cloud Foundry account. If you do not currently have one,
please go to
www.cloudfoundry.com and sign up for one.
Next, you'll need to install the plugin. Execute the following from your application directory:
grails install-plugin cloud-foundry
Please report any issues in
JIRA
To use the original Cloud Foundry service at classic.cloudfoundry.com install version 0.2 of the plugin by running
grails install-plugin cloud-foundry 0.2
Last updated by graemerocher 9 months ago
Last updated by admin 2 years ago