Install debian

Install Gliimly on Debian
For Debian-like distributions (like Ubuntu or LinuxMint):
- Install git
sudo apt update
sudo apt -y install git

- Download Gliimly
git clone https://github.com/gliimly/gliimly.git
cd gliimly
git checkout 44

- Install dependencies
sudo apt -y install make gcc libssl-dev curl libcurl4 libcurl4-openssl-dev libmariadb-dev zlib1g-dev libfcgi-bin libfcgi-dev libpq-dev libsqlite3-dev libpcre2-dev

- Build Gliimly
Use DI=1 to build debug version, leave it as is for production:
make clean
make DI=0
sudo make install

- Tools and utilities
Install useful tools and utilities, also used in examples (so if you're running examples, you must install these as well):
sudo apt -y install tar curl libfcgi-bin

See also
Download and build
install  
install-arch  
install-debian  
install-fedora  
install-opensuse  
uninstall  
See all
documentation


Copyright (c) 2019-2024 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.