Install fedora

Install Gliimly on Fedora
For Fedora-like distributions (like Rocky or RedHat):
- Install git
sudo dnf -y install git

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

- Install dependencies
sudo dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
sudo dnf -y install make gcc openssl-devel curl libcurl-devel pcre2-devel fcgi-devel libpq-devel policycoreutils policycoreutils-devel libselinux-utils sqlite-devel mariadb-connector-c-devel

- 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
sudo dnf -y install tar curl fcgi

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.