kumoricon / kumoreg

Attendee management and badge printing system
MIT License
1 stars 2 forks source link

60b add printers from app2 #81

Closed kentpmckinney closed 7 years ago

kentpmckinney commented 7 years ago

The feature of adding and removing printers seems to work now with these changes, although more work needs to be done. Note that the addprinter.sh script has been updated and needs to be copied to /usr/local/bin/addprinter/. I would like to solicit another round of feedback.

jashort commented 7 years ago

Need to add the kumoreg user to the lpadmin group in the install script. Something like:

usermod -a -G lpadmin kumoreg

Probably right after this:

# Install kumoreg
useradd kumoreg -s /sbin/nologin