Cartridge application lifecycle
In a nutshell:
Create an application (for example,
myapp
) from a template:cartridge create --name myapp cd ./myapp
Build the application for local development and testing:
cartridge build
-
cartridge start cartridge stop
Pack the application into a distributable (like an RPM package):
cartridge pack rpm