cortex install

Install Cortex as a system service, enabling automatic startup and daemon management.

Usage

cortex install [options]

Options

OptionDescription
--port, -pPort for the HTTP server (default: 3000)
--host, -HHost to bind to (default: 127.0.0.1)
--daemon-onlyInstall only the daemon service
--server-onlyInstall only the HTTP server service
--no-startInstall without starting the services
--helpShow help for this command

Examples

# Install Cortex as a system service
cortex install

# Install on custom port
cortex install -p 8080

# Install without starting
cortex install --no-start