[commits] [Wiki] changed: Doc/Dev/H6ReproducibleToolchain

2023-10-24 Thread Wiki Guest

guest [165.1.187.198]  Tue, 24 Oct 2023 18:54:07 +

Modified page: https://wiki.horde.org/Doc/Dev/H6ReproducibleToolchain
New Revision:  5
Change log:  Add details for installing horde/exception and dependencies

@@ -14,9 +14,16 @@

 Install PHP

 sudo add-apt-repository ppa:ondrej/php
-composer install php8.2 php8.2-curl
-composer upgrade php
+apt install php8.2 php8.2-curl php8.2-dom composer gh
+apt upgrade php
+
 Test installing horde/exception and its ring of dependencies
+
+gh repo clone horde/Exception
+COMPOSER_ROOT_VERSION=dev-FRAMEWORK_6_0 composer update
+
+




--
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] [Wiki] changed: Doc/Dev/H6ReproducibleToolchain

2023-10-25 Thread Wiki Guest

guest [165.1.187.220]  Wed, 25 Oct 2023 15:05:15 +

Modified page: https://wiki.horde.org/Doc/Dev/H6ReproducibleToolchain
New Revision:  6
Change log:  Add root project

@@ -21,8 +21,12 @@
 +++ Test installing horde/exception and its ring of dependencies

 gh repo clone horde/Exception
 COMPOSER_ROOT_VERSION=dev-FRAMEWORK_6_0 composer update
+
 Creating a root project from packagist
+
+composer create-project horde/bundle my-horde-install





--
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] [Wiki] changed: Doc/Dev/H6ReproducibleToolchain

2023-10-25 Thread Wiki Guest

guest [165.1.187.219]  Wed, 25 Oct 2023 16:55:19 +

Modified page: https://wiki.horde.org/Doc/Dev/H6ReproducibleToolchain
New Revision:  7
Change log:  More PECL dependencies

@@ -14,9 +14,9 @@

 Install PHP

 sudo add-apt-repository ppa:ondrej/php
-apt install php8.2 php8.2-curl php8.2-dom composer gh
+apt install php8.2 php8.2-curl php8.2-dom composer gh php8.2-mbstring  
php8.2-sockets

 apt upgrade php

 +++ Test installing horde/exception and its ring of dependencies

@@ -24,9 +24,9 @@
 COMPOSER_ROOT_VERSION=dev-FRAMEWORK_6_0 composer update

 +++ Creating a root project from packagist

-composer create-project horde/bundle my-horde-install
+composer create-project horde/bundle .





--
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: commits-unsubscr...@lists.horde.org