banjo has asked for the wisdom of the Perl Monks concerning the following question:
Im writing a perl CMS, whose two main requirements are that it must be installed, configured and run by people with no technical skills, and that they have a simple way to add new modules for new features. I was hoping to have an web-based install/update system similar to debians apt-get.
Most of these people have no command line access, no technical support, and no technical skills.
Ive got a nice cgi based installer, but this will only be secure if the web-server is running suexec. So I shall also have to write...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Installing a cgi app with cgi
by stonecolddevin (Parson) on Aug 19, 2006 at 05:28 UTC | |
by banjo (Initiate) on Aug 19, 2006 at 09:13 UTC | |
|
Re: Installing a cgi app with cgi
by derby (Abbot) on Aug 19, 2006 at 12:29 UTC |