Cups: Difference between revisions
(Created page with "{{Draft}} == Installation == Install the CUPS package {{Cmd|apk add cups}} == Make it autostart == Next time you reboot your Alpine Linux box, you would probably want ''cupsd'...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Draft}} | {{Draft}} | ||
Webserver first !! | |||
== Installation == | == Installation == |
Revision as of 19:39, 3 January 2012
This material is work-in-progress ... Do not follow instructions here until this notice is removed. |
Webserver first !!
Installation
Install the CUPS package
apk add cups
Make it autostart
Next time you reboot your Alpine Linux box, you would probably want cupsd to automatically start.
rc-update add cupsd
You can check your boot services:
rc-status
/etc/init.d/cupsd start
lppasswd -a root
/etc/cups/cupsd.conf
Replace Listen 127.0.0.1:631 with Port 631
Allow from all
/etc/init.d/cupsd restart
http://[CUPS server]:631/