1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update roles/cups/README.md

This commit is contained in:
A Holt 2021-07-15 14:47:18 -04:00 committed by GitHub
parent b3bffe4c71
commit 94ae41b123
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,14 @@ This can be useful if a printer is attached to your IIAB — so student/teac
## Using it
Visit your IIAB's http://box/print -> **Administration** and then log in using:
Make sure your IIAB was installed with these 2 lines in [/etc/iiab/local_vars.yml](http://faq.iiab.io/#What_is_local_vars.yml_and_how_do_I_customize_it.3F) :
```
cups_install: True
cups_enabled: True
```
Visit your IIAB's http://box/print > **Administration** and log in using:
- Username: `Admin`
- Password: `changeme`
@ -42,7 +49,7 @@ systemctl restart cups cups-browsed nginx
## Troubleshooting
Visit your IIAB's http://box/print -> **Help** for printer configuration suggestions, Etc!
Visit your IIAB's http://box/print > **Help** for printer configuration suggestions, Etc!
http://localhost:631 is very useful if NGINX redirects or CUPS permissions are set wrong.
@ -50,7 +57,7 @@ Beware that http://box:631 and http://box.lan:631 _will not work,_ due to a [kno
Run `ps aux | grep cups` and `systemctl status cups` to verify the CUPS systemd service is running well.
Finally, keep an eye on `/var/log/cups/error_log` to be sure.
Finally, keep an eye on: `/var/log/cups/error_log`
## Docs and Updates