Skip to content

Installation

You can install Quark by downloading the latest release or building it from source.

  1. Download the latest release from Github just here.

  2. Extract the contents of the downloaded archive.

    Terminal window
    tar -xvf quark-0.3.0-x86_64-linux.tar.gz
  3. Go in the extracted archive.

    Terminal window
    cd quark-0.3.0-x86_64-linux
  4. Execute the installation script.

    Terminal window
    ./install.sh
  5. Follows the instructions provided by the installer.

  6. Quark is installed and launched.

Quark will run immediately on the port :80 after installation.

You can can check it with:

Terminal window
systemctl status quark

To uninstall Quark, go in the extracted archive and run the uninstall script.

Terminal window
./uninstall.sh