Jump to: navigation, search

Murano/Documentation/How to create application package

< Murano‎ | Documentation
Revision as of 11:16, 11 April 2014 by Efedorova (talk | contribs) (Created page with "=Composing application package manual= Murano is Application catalog that supports types of applications. To deploy an application with the Murano This document intends to ma...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Composing application package manual

Murano is Application catalog that supports types of applications. To deploy an application with the Murano This document intends to make composing application packages easily.

Step1. Prepare installation scripts

This could be any type of scripts. This script should execute commands and install application components as the result.

Step2. Prepare MuranoPL class definitions

MuranoPL classes control application deployment workflow execution. Full information about MuranoPL classes can be found here.

Step3. Prepare installation scripts