[commits] [Wiki] changed: Doc/Dev/H6/Installation/InstallBase

Wiki Guest wikiguest at horde.org
Sat Mar 16 20:36:03 UTC 2024


guest [91.32.127.252]  Sat, 16 Mar 2024 20:36:03 +0000

Modified page: https://wiki.horde.org/Doc/Dev/H6/Installation/InstallBase
New Revision:  6
Change log:  composer is now the recommended installation method

@@ -1,21 +1,21 @@
  + Install Horde Base Application

  ++ Install base application and dependencies

-Inside your Root Project, run
+Inside your Root Project (/srv/www/horde/), run

  <code>
-composer install
+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

  Assuming you are inside the installation's root dir

  <code>
  ## Copy horde's minimal config file to the persistent config dir
-cp web/horde/config/conf.php.dist var/config/horde/conf.php
+cp -a web/horde/config/conf.php.dist var/config/horde/conf.php
  ## Run the reconfigure command to provide necessary links
  composer horde-reconfigure
  </code>




More information about the commits mailing list