Files
ncd-fe/docs/installing/mitra.md
nicole mikołajczyk b4b0abd53f docs formatting improvements
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
2026-01-05 21:57:25 +01:00

9 lines
386 B
Markdown

# Installing pl-fe as Mitra frontend
Installing `pl-fe` as a frontend for Mitra is no different from installing the default Mitra Web frontend. Just extract the `pl-fe` files into the directory specified in `config.yaml` under `web_client_dir`, by default `/usr/share/mitra/www`.
```bash
curl -O https://pl.mkljczk.pl/pl-fe.zip
unzip pl-fe.zip -d /usr/share/mitra/www
rm pl-fe.zip
```