installation

Installation

/ installation, / pizza-server

Installation # Pizza is compatible with all major operating systems. The package is compiled statically, and it does not require any external dependencies. Automatic installation # Use the following command to automatically download the latest version of INFINI Pizza for your platform and extract it into /opt/pizza: curl -sSL http://get.infini.cloud | bash -s -- -p pizza The optional parameters for the script are as follows: -v <version number> (default is the latest version) -d <installation directory> (default is /opt/pizza) Manual installation # Visit the URL below to download the package for your operating system: ...

Pizza CLI

/ installation, / cli

Pizza CLI # The Pizza Command Line Interface (CLI) is a tool designed to facilitate quick and interactive communication with the Pizza server. It provides a convenient way for users to perform various tasks, such as querying data, managing configurations, and monitoring system status, directly from the command line. Features # Interactive Querying # The Pizza CLI allows users to execute queries against the Pizza server interactively. ...