[horde] Command "pear run-scripts horde/horde_role"
A. Schulze
sca at andreasschulze.de
Thu Jun 13 16:31:35 UTC 2019
Am 13.06.19 um 14:28 schrieb Arjen de Korte:
> echo "/usr/share/php7/PEAR/" | pear run-scripts horde/horde_role
my relevant code:
echo /path/to/horde | pear run-scripts horde/horde_role \
&& ln -s /path/to/horde /usr/share/php/www/horde
The default place (where my pear would place "horde/" if run interactive)
is /usr/share/php/www/horde/
If you select a different direcory, (as I did with '/path/to/horde'
you must adjust that setting also for the uid running horde later.
Using a symlink save you from trouble without any further configuration file
> pear config-set horde_dir /var/www/html
I don't need that
Andreas
More information about the horde
mailing list