guest [91.32.127.252]  Sat, 16 Mar 2024 20:22:37 +0000

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

@@ -3,22 +3,23 @@
 Horde 6 uses a different directory structure than previous versions of horde.
-The Root Project is a level above and outside the '/web' directory which should be accessed by the web server. +The Root Project is a level above and outside the '/web' directory which should be accessed by the web server (/srv/www/horde/). chown -R www-data:www-data /srv/www/horde/
 The Root Project contains metadata files, configuration and live data.

-The default Root Project is called horde-deployment
+++ Get it using composer (recommended)

-++ Get it using git (recommended)
+<code>
+cd /srv/www/horde/
+sudo -u www-data composer create-project horde/bundle .
+</code>
+
+++ Get it using git (not recommended)

 <code>
 cd /srv/www/
 git clone https://github.com/maintaina-com/horde-deployment.git
 </code>

-++ Get it using composer
-
-This is currently not yet possible.
-
-++ Manual download
+++ Manual download (not recommended)

- Download from the Release Page https://github.com/maintaina-com/horde-deployment/releases - Unzip into your web server's path but outside the default web root. Depending on your distribution, this is /srv/www or /var/www


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

Reply via email to