Installation
You can install Quark by downloading the latest release or building it from source.
Get the latest release
Section titled “Get the latest release”-
Download the latest release from Github just here.
-
Extract the contents of the downloaded archive.
Terminal window tar -xvf quark-0.3.0-x86_64-linux.tar.gz -
Go in the extracted archive.
Terminal window cd quark-0.3.0-x86_64-linux -
Execute the installation script.
Terminal window ./install.sh -
Follows the instructions provided by the installer.
-
Quark is installed and launched.
After installation
Section titled “After installation”Quark will run immediately on the port :80 after installation.
You can can check it with:
systemctl status quarkUninstall Quark
Section titled “Uninstall Quark”To uninstall Quark, go in the extracted archive and run the uninstall script.
./uninstall.sh