[commits] [Wiki] changed: Doc/Dev/H6/Installation/InstallAppsMail
Wiki Guest
wikiguest at horde.org
Fri Jan 10 08:01:56 UTC 2025
guest [78.104.49.65] Fri, 10 Jan 2025 08:01:56 +0000
Modified page: https://wiki.horde.org/Doc/Dev/H6/Installation/InstallAppsMail
New Revision: 2
Change log: wrong sudo option -l
@@ -28,12 +28,13 @@
- var/config/imp
- var/config/ingo
- var/config/activesync
-Run
+Run the command
<code>
-sudo -l www-data composer horde-reconfigure command
+sudo -u www-data composer horde-reconfigure
</code>
+
++ Configure via Web UI
Go to the web UI and generate the default configs for the calendar
and tasks apps:
@@ -51,9 +52,9 @@
<code>
mv web/imp/config/conf.php var/config/imp/conf.php
mv web/ingo/config/conf.php var/config/ingo/conf.php
mv web/activesync/config/conf.php var/config/activesync/conf.php
-sudo -l www-data composer horde-reconfigure
+sudo -u www-data composer horde-reconfigure
</code>
For later changes, the config UI should recognize the symlink and
edit the target file instead.
More information about the commits
mailing list