sqadm deploy(1)
DESCRIPTION
This command deploys the EAR files necessary to run Squore.
The sqadm deploy command shall be executed on a started Squore server.
OPTIONS
-c, --controller uri
The WildFly controller to connect to. URI includes optional protocol, host and port.
--deploy-dir dir
Specify which directory contains the EAR files to deploy, default is <SQUORE_HOME>/deploy.
-r, --redeploy
Redeploy the EAR applications files, undeploy then deploy them.
-u, --undeploy
Undeploy the EAR applications files.
-v
Turn on verbosity.
name
EAR application name to deploy, either squore-license.ear, squore-server.ear or both. When no name is supplied, both EAR applications are considered.