Skip to content

melvinisken/FrontailOH3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FrontailOH3

Frontail installation for OpenHAB 3 on Debian 10

Prerequisites (coming from a clean Debian 10 minimal image, installed OpenHAB, Influx and Grafana so far)

install nodejs

apt install curl
curl -sL [https://deb.nodesource.com/setup_15.x | bash -
apt install -y nodejs

install frontail

npm i frontail -g

the following folders are used:

frontail installation folder:

echo "$(npm list -g | head -n 1)/node_modules/frontail"

(for me /usr/lib/node_modules/frontail/ )

  1. copy frontail-preset.json to /usr/lib/node_modules/frontail/preset/openhab.json
  2. copy frontail-theme.css to /usr/lib/node_modules/frontail/web/assets/styles/openhab.css
  3. copy frontail.service to /etc/systemd/system/frontail.service

Reload: systemctl daemon-reload

Start: systemctl enable --now frontail.service

Check if it'S running: systemctl status frontail.service

Written with StackEdit.

About

Frontail installation for OpenHAB 3 on Debian 10

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages