|
Search Cloudify
Browse Cloudify
Offline Documentation
Download latest offline documentation
|
Summary: Describes the application recipe functionality and syntax
The application recipe file is located at the root level of the input folder and the packaged recipe zip file. application {
name="simple app"
service {
name = "mysql-service"
}
service {
name = "jboss-service"
dependsOn = ["mysql-service"]
}
}
|
This documentation page is deprecated, and will automatically redirect to the new Cloudify documentation page. If the page doesn't redirect automatically please click here
Labels
(None)
