|
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 refers to the Cloudify 2.0 Beta Release, which is currently under development
Labels
(None)
