cortex install
Install Cortex as a system service, enabling automatic startup and daemon management.
Usage
cortex install [options]
Options
| Option | Description |
|---|---|
--port, -p | Port for the HTTP server (default: 3000) |
--host, -H | Host to bind to (default: 127.0.0.1) |
--daemon-only | Install only the daemon service |
--server-only | Install only the HTTP server service |
--no-start | Install without starting the services |
--help | Show 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