Skip to content

Fedora

Fedora Installation

Lemonade is built for Fedora 43 and 44.

Get the RPM from the latest release: lemonade-server-<version>-fc43.x86_64.rpm

sudo dnf install ./lemonade-server-*-fc43.x86_64.rpm

Get the RPM from the latest release: lemonade-server-<version>-fc44.x86_64.rpm

sudo dnf install ./lemonade-server-*-fc44.x86_64.rpm

Enable and start the service:

sudo systemctl enable --now lemond

Check that it's running:

sudo systemctl --no-pager status lemond

Once the service is running, open http://localhost:13305 in your browser.