[commits] [Wiki] created: Doc/Dev/H6/Installation/InstallAppsGollem

Wiki Guest wikiguest at horde.org
Tue Apr 8 09:36:52 UTC 2025


guest [78.104.49.66]  Tue, 08 Apr 2025 09:36:52 +0000

Created page: https://wiki.horde.org/Doc/Dev/H6/Installation/InstallAppsGollem

+ Install Gollem File Manager

++ Install application

Inside your Root Project, run

<code>
sudo -u www-data composer require horde/gollem ^5
</code>


++ Provide configuration

Put backend.local.php config file into

- var/config/gollem

You can use web/gollem/config/backends.php as template

Run the command
<code>
sudo -u www-data composer horde-reconfigure
</code>


++ Configure via Web UI

Go to the web UI and generate the default config for the file manager app:

/horde/admin/config/config.php?app=gollem

On a fresh installation, the config UI will try to place the file in  
the web dir.
This would result in the file vanishing on the next update.
You need to move them to the persistent config dir.

<code>
mv web/gollem/config/conf.php var/config/gollem/conf.php
sudo -u www-data composer horde-reconfigure
</code>

For later changes, the config UI should recognize the symlink and edit  
the target file instead.

++ Setup the database tables
Run this command:
<code>
  ./vendor/bin/horde-db-migrate up
</code>





More information about the commits mailing list