Mailinglist Archive: opensuse-packaging (232 mails)
| < Previous | Next > |
Re: [opensuse-packaging] PHP application packaging
- From: Werner Flamme <werner.flamme@xxxxxx>
- Date: Mon, 13 Feb 2012 17:59:23 +0100
- Message-id: <4F39416B.1000000@ufz.de>
[12.02.2012 20:59] [Wolfgang Rosenauer]:
Maybe you can take some inspration from the home:pheinlein repo? Today,
I got roundcubemail-0.7.1-2.1 from there.
And please, remove the line
php_admin_value open_basedir
"/srv/www/roundcubemail:/etc/roundcubemail:/tmp"
from /etc/apache2/conf.d/roundcube ;-). Every other package thinks it
needs an open_basedir setting, and so no package works - since one
package forbids the other package's workdir. gnaaa....
Me, I package DokuWiki to /srv/www/dokuwiki and link
/srv/www/dokuwiki/conf to /etc/dokuwiki. Maybe this is not nice, but I
do not want to rewrite the whole configuration reading and writing
mechanism of DokuWiki. I take it as a compromise...
Regards,
Werner
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-packaging+owner@xxxxxxxxxxxx
Am 12.02.2012 20:17, schrieb Ralf Lang:
Am 12.02.2012 19:59, schrieb Wolfgang Rosenauer:
I'm not deep into PHP app packaging but I'm working on an update
for an existing app in server:php:applications right now.
Great. Which?
Roundcube Mail.
Maybe you can take some inspration from the home:pheinlein repo? Today,
I got roundcubemail-0.7.1-2.1 from there.
And please, remove the line
php_admin_value open_basedir
"/srv/www/roundcubemail:/etc/roundcubemail:/tmp"
from /etc/apache2/conf.d/roundcube ;-). Every other package thinks it
needs an open_basedir setting, and so no package works - since one
package forbids the other package's workdir. gnaaa....
Me, I package DokuWiki to /srv/www/dokuwiki and link
/srv/www/dokuwiki/conf to /etc/dokuwiki. Maybe this is not nice, but I
do not want to rewrite the whole configuration reading and writing
mechanism of DokuWiki. I take it as a compromise...
Regards,
Werner
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-packaging+owner@xxxxxxxxxxxx
| < Previous | Next > |