[commits] [Wiki] changed: Doc/Dev/H6/Developer/KnownIssues

Wiki Guest wikiguest at horde.org
Sat Dec 23 11:39:39 UTC 2023


guest [91.16.112.162]  Sat, 23 Dec 2023 11:39:39 +0000

Modified page: https://wiki.horde.org/Doc/Dev/H6/Developer/KnownIssues
New Revision:  13
Change log:  Changed setup description of the installtion

@@ -1,27 +1,67 @@
  + Known issues for the lastest alpha version

-For following installation:
+Installation on debian bookworm:
+
+composer create-project horde/bundle
+composer require horde/mnemo
+composer require horde/nag
+composer require horde/imp
+composer require horde/gollem
+composer require horde/kronolith
+composer require horde/turba
+composer require horde/ldap
+
+composer.json:
+ {
+    "name": "horde/bundle",
+    "description": "A base project for a horde installation",
+    "type": "project",
      "require": {
          "composer-plugin-api": "^2.0",
          "horde/horde-installer-plugin": "^2.5.1 || dev-FRAMEWORK_6_0  
|| dev-master",
          "horde/horde": "^6 || dev-FRAMEWORK_6_0",
          "horde/routes": "^3 || dev-FRAMEWORK_6_0",
          "horde/hordectl": "^1 || dev-FRAMEWORK_6_0 || dev-master",
          "pear/console_color2": "^0.1.2",
          "pear/console_table": "^1.3",
-        "horde/kronolith": "^5",
-        "horde/turba": "^5",
-        "horde/passwd": "^6",
-        "horde/mnemo": "^5",
-        "horde/content": "^3",
-        "horde/timeobjects": "^3",
-        "horde/imp": "^7",
-        "horde/nag": "^5",
-        "horde/activesync": "v3.0.0.alpha4"
+        "horde/mnemo": "^5.0 at alpha",
+        "horde/gollem": "dev-FRAMEWORK_6_0",
+        "horde/nag": "^5.0 at alpha",
+        "horde/imp": "^7.0 at alpha",
+        "horde/kronolith": "^5.0 at alpha",
+        "horde/ldap": "^3.0 at alpha",
+        "horde/passwd": "^6.0 at alpha",
+        "horde/turba": "^5.0 at alpha"
+    },
+    "require-dev": {
+        "horde/test": "^3 || dev-FRAMEWORK_6_0 || dev-master"
+    },
+    "license": "GPL-3.0-only",
+    "authors": [
+        {
+            "name": "Ralf Lang",
+            "email": "ralf.lang at ralf-lang.de"
+        }
+    ],
+    "minimum-stability": "dev",
+    "prefer-stable": true,
+    "extra": {
+        "installer-types": [
+            "horde-library",
+            "horde-application"
+        ]
+    },
+    "config": {
+        "allow-plugins": {
+            "horde/horde-installer-plugin": true
+        }
+    }
+}
+

-PHP: 8.1.16
-apache: 2.4.54
+PHP: 8.2.13
+apache: 2.4.57


  ++ horde

@@ -40,9 +80,9 @@
  require_once dirname(__FILE__, 3) . '/vendor/autoload.php';
  </code>
  to
  <code>
-require_once dirname(__FILE__, 3) . '/autoload.php';
+require_once dirname(__FILE__, 4) . '/vendor/autoload.php';
  </code>

  +++ can't edit/change events since 'start_year' doesn't go back far enough:




More information about the commits mailing list