guest [91.32.127.252]  Sun, 17 Mar 2024 12:51:38 +0000

Modified page: https://wiki.horde.org/Doc/Dev/H6/Installation/InstallBase
New Revision:  7
Change log:  update for composer

@@ -1,32 +1,24 @@
 + Install Horde Base Application

-++ Install base application and dependencies

-Inside your Root Project (/srv/www/horde/), run
-
-<code>
-sudo -u www-data composer require horde/mnemo:^v5 horde/nag:^v5 horde/imp:^v7 horde/kronolith:^v5 horde/turba:^v5 horde/ldap:^v3 horde/activesync:^v3 horde/passwd:^v6 horde/ingo:^v4 horde/trean:^v2 horde/whups:^v4 horde/form:^v3
-</code>
-
-++ Provide minimal configuration
+++ Provide minimal configuration

 Assuming you are inside the installation's root dir
-
+
 <code>
 ## Copy horde's minimal config file to the persistent config dir
 cp -a web/horde/config/conf.php.dist var/config/horde/conf.php
 ## Run the reconfigure command to provide necessary links
-composer horde-reconfigure
+sudo -u www-data composer horde-reconfigure
 </code>
-
+
By now you SHOULD be able to hit horde in the browser and be auto-loggedin as administrator. Beware, anybody can access that URL. Don't do this for production servers. Produce complete configs using the steps below and simply provide these instead of the sample config
-
+
 ++ Configure via Web UI
-
-Go to the /horde/admin/config/config.php?app=horde path inside your installation's webroot.
+
+Go to the http://localhost/horde/admin/config/config.php?app=horde path inside your installation's webroot. Hit the "create configuration" button. You will likely be rewarded by an error message about a missing preferences table.
-


 +++ Connect to an SQL database


--
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]

Reply via email to