User Tools

This is an old revision of the document!


ScanServJS

ScanServJS

emerge -vp app-arch/deb2targz

mkdir /opt/scanservjs chown saned:scanner /opt/scanservjs

as user saned

sudo -u saned bash cd /opt/scanservjs

wget … https://github.com/sbs20/scanservjs/releases

deb2targz scanservjs_3.0.3-1_all.deb

tar xvf scanservjs_3.0.3-1_all.tar.xz

cd usr/lib/scanservjs

rm config ln -s /opt/scanservjs/etc/scanservjs config rm data ln -s /opt/scanservjs/var/lib/scanservjs data

edit etc/scanservjs/config.default.js fix path on first line const options = { paths: ['/opt/scanservjs/usr/lib/scanservjs'] };

  config.host = '127.0.0.1';
  config.port = 7781;
  

This file is ignored. If you want to apply overrides, make a copy in this * location and name it `config.local.js`. Then make the necessary changes.

This website uses technical cookies only. No information is shared with anybody or used in any way but provide the website in your browser.

More information