From je at ktf.rtu.lv Sun Aug 2 06:47:49 2026 From: je at ktf.rtu.lv (=?utf-8?b?SsSBbmlz?=) Date: Sun, 02 Aug 2026 09:47:49 +0300 Subject: [imp] IMP 7 installation In-Reply-To: <20260725085642.Horde.-4s--_qKjW4Ym180m08Jwvi@webmail.inetadmin.eu> References: <20260721192033.Horde.eeA7rMmsLCr_o7Tv_yrdpZS@webmail.inetadmin.eu> <20260724063802.Horde.ZNW-C8fzQsvXLQRCWiYjG8a@mail.bitrealm.com> <20260725085642.Horde.-4s--_qKjW4Ym180m08Jwvi@webmail.inetadmin.eu> Message-ID: <20260802094749.Horde.tjhRmpLXdAO_qc-05_ewWHI@inbox.dv.lv> Hi! I'd be glad seeing some guidance as well (for whole new Horde) as I am going to upgrade from H5 to the latest. Regards - Janis Citēts azurit at pobox.sk Sat, 25 Jul 2026 08:56:42 +0200: > Thanks. What is the minimal supported version of composer? And what > about PHP version? > > I can't find any up-to-date documentation anywhere. Can anyone point > me to the right direction? > > > > > > Citát Brent : > >> If you have an existing installation, I would install the new horde >> to a different directory and then have Horde upgrade the database. >> If you want to start ALL new...here's the way I've done it. This >> assumes installing into /var/www/html/horde. All commands run as >> the "web" user (apache, in my case) and using a local sql server >> (mariadb).  You can copy your conf.php into this new installation >> and it should migrate the configuration. >> >> $ cd /var/www/html/ >> $ mkdir horde >> $ cd horde >> $ composer create-project horde/bundle . >> $ composer require horde/timeobjects  horde/content >> $ cp ./vendor/horde/horde/config/conf.php.dist ./var/config/horde/conf.php >> $ mysql -u root -p >> >> mariadb> create database horde >>     -> character set = 'utf8mb4'; >> mariadb> grant ALL on horde.* to 'thehordeuser'@'localhost' >> identified by 'your-horde-pw-here'; >> mariadb> exit >> >> Now go to the horde web page. Click the gear and you'll see that >> Horde is "out >> of date".  Configure Horde primarily by going to the Database tab and set up >> your database. For my example, I use: >> >> sql phptype: MySQL(mysqli) >> username: thehordeuser >> password: your-horde-pw-here >> protocol: tcp/ip >> hostspec: localhost >> sql port: 3306 >> databse: horde >> >> You can add other requirements for your installation: >> >> $ composer require horde/imp >> $ composer require horde/turba >> $ composer require horde/kronolith >> etc... >> >> Check the Administration page to see if the configuration or >> database needs an update and click on the appropriate buttons.  >> >> Quoting azurit at pobox.sk: >> >>> Hi, >>> >>> what is a recommended way of installing IMP 7? Or upgrading from >>> 6.2. Pear packages are not available. Thanks. >>> >>> azurit >>> >>> -- >>> imp mailing list >>> Frequently Asked Questions: http://wiki.horde.org/FAQTo >>> unsubscribe, mail: imp-unsubscribe at lists.horde.org > > > > -- > imp mailing list > Frequently Asked Questions: http://wiki.horde.org/FAQ > To unsubscribe, mail: imp-unsubscribe at lists.horde.org