sqctl(1)

NAME

sqctl - Control Squore Server services

SYNOPSIS

sqctl [-c config.xml] command [service…​]

DESCRIPTION

sqctl is used to control Squore Server services, or query the status of services.

Unless specified on the command line, sqctl will process all services:

  • PostgreSQL (if Squore Server uses a local PostgreSQL cluster)

  • PhantomJS

  • WildFly

OPTIONS

-c config.xml

Specifies the config.xml file to read to start the server. Using this parameter is normally not needed.

service

Service names to process, among postgresql, phantomjs or wildfly.

If not supplied on the command line, all Squore Server services are processed.

COMMANDS

start [service…​]

Starts Squore Server services.

stop [service…​]

Stops Squore Server services.

status [service…​]

Reports whether the Squore Server services are running or stopped.

restart [service…​]

Stops and then starts Squore Server services.