Forum archive
ISP Config Appliance
Has anyone tried setting up an ISP Config appliance?
Checking my backups I realised a few weeks ago I did this and it works well on the LAMP stack.
For those who are wondering what it is, basically a free version of control panel or cpanel which is a shared hosting solution. Better than me babaling on about it go to their website
I have used it in the past with great success. Well worth a look and very professionally done.
I promised to get my head around TKLPatch to create another appliance but I still have not got there yet. So when I do get there I will supply a patch for this also, unless someone else wants to.
Looks like it's got plenty of documentation too (300+ page manual - wowsers!) Not sure how big an audience this would get but it definately looks like a polished and professional product that would be of good use to those that were interested. If you get in with a patch soonish it may be ableto make it into the v11 part 2 release.
As for TKLPatch, it's pretty simple really (especially for someone with your skillset). It's basically an archive (.tar.gz) which contains an install script (conf) and any required files (/overlay - generally only setup scripts and/or config files, actual installers etc are generally best downloaded with wget via the conf script). It can also include custom .deb packages (/debs). For more complex setups the conf install script can be broken into 2 (/conf/pre-overlay & /conf/post-overlay). Anyway, the TKLPatch documentation should get you going. As you've probably already worked out I'm no hardcore Linux sys admin (just a tinkerer really) but I'm more than happy to provide any assistance if I can.