HM310P: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=add to group= *gpasswd -a user dialout =npm install= *apt install npm =clone as non-root= *git clone https://github.com/hobbyquaker/hanmatek-hm310p =install=…“)
 
 
Zeile 12: Zeile 12:
 
=start=
 
=start=
 
*npm start
 
*npm start
 +
=build=
 +
*npm run dist

Aktuelle Version vom 14. Dezember 2020, 17:57 Uhr

add to group

  • gpasswd -a user dialout

npm install

  • apt install npm

clone as non-root

install

  • cd hanmatek-hm310
  • npm install

patch

  • sed "s/settings.js/\.\/settings.js/" settings.html

start

  • npm start

build

  • npm run dist