Files
ncd-fe/docs/installing/mitra.md
nicole mikołajczyk 3d1a00b527 docs: inform about option to deploy develop build
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
2026-03-30 23:12:02 +02:00

17 lines
696 B
Markdown

---
title: Mitra
section: Installing
order: 31
---
# Installing Nicolium as Mitra frontend
Installing Nicolium as a frontend for Mitra is no different from installing the default Mitra Web frontend. Just extract the Nicolium files into the directory specified in `config.yaml` under `web_client_dir`, by default `/usr/share/mitra/www`.
> **Note:** This assumes you want to use the stable release version of Nicolium. If you want to use the development version (which is more cutting-edge but can break sometimes), replace `release` with `develop` in the URLs and commands below.
```bash
curl -O https://web.nicolium.app/release.zip
unzip release.zip -d /usr/share/mitra/www
rm release.zip
```