Page 1 of 1

web cache

Posted: 09 Jun 2016, 15:27
by sfth_dev
hi all.
We need to run a squid proxy in our kiosk installation .
So i've some question:

Is it possible to install squid in porteus kiosk adding a new module to the os ?
how i can make squid start at boot ?

Thank you .
A.

Re: web cache

Posted: 09 Jun 2016, 16:37
by fanthom
"Is it possible to install squid in porteus kiosk adding a new module to the os ?"
Yes. Please mind that Porteus Kiosk is based on Gentoo. You may try Slackware package but squid from Gentoo stable branch would be the best.

"how i can make squid start at boot ?"
You have to create a custom startup script and add it to your squid module in /etc/rc.d/local_net.d folder. Example:

Code: Select all

#!/bin/sh

squid &
Perhaps you could mount writable partition and place your cache on it.

If you get into troubles then i recommend our customized builds service:
http://porteus-kiosk.org/builds.html

Thank you.