Bug 35713: Remove outdated debian/docs/LEEME.Debian file

This removes the LEEME.Debian README file from the docs
directory. We don't even have an English README here as
we usually refer to the wiki for installation instructions.
It makes sense to remove it from the codebase.

To test:
* Verify that the file is removed
* Verify that all references to the file have been removed as well
  Example: git grep LEEME

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Katrin Fischer 2024-01-06 18:21:43 +00:00 committed by Katrin Fischer
parent 40d7a90bc5
commit a18e4d0e62
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834
3 changed files with 0 additions and 62 deletions

View file

@ -1,60 +0,0 @@
Configuracion de Post Instalacion
==================================
Usted deberia considerar hacer lo siguiente despues de instalar este paquete:
* Instalar mysql-server, para una base de datos local.
* Alternativamente, puede configurar una conexion remota a un servidor MySQL:
- rm /etc/mysql/koha-common.cnf
- $SUEDITOR /etc/mysql/koha-common.cnf
[client]
host = algun.otro.host
user = mysqlusername
password = mysqlpassword
* Habilitar la re-escritura del modulo: a2enmod rewrite
* Escuchar en el puerto 8080: $SUEDITOR /etc/apache2/ports.conf
* Alternativamente, puede configurar koha-create, usando /etc/koha/koha-sites.conf
(ver /usr/sbin/koha-create para establecer las variables ).
* Despues de esto, usted puede crear una nueva instancia de Koha:
- koha-create --create-db name
Diseño del sistema de archivo de Koha en Debian
================================================
El paquete Debian de Koha pone archivos en los siguientes lugares:
* /etc/koha -- archivos de configuración del sistema
* /etc/cron.hourly/koha-common -- cron job
* /etc/cron.daily/koha-common -- cron job
* /etc/cron.d/koha-common -- cron job
* /usr/share/koha -- archivos compartidos (plantillas HTML, codigo Perl, etc)
Cada instancia de Koha tiene archivos en los siguientes lugares:
* /etc/koha/sites/$name -- archivos de configuración
* /etc/apache2/sites-available/$name -- Archivo configuración Apache
* /var/lib/koha/$name -- Bases de datos Zebra
* /var/log/koha/$name -- archivos log (Apache, Zebra)
* /var/lock/koha/$name -- run-time lock files
* /var/run/koha/$name -- run-time sockets etc
* /var/spool/koha/$name -- dumps bases de datos
Koha y MySQL
==============
El script de post instalacion de Koha-common crea el archivo /etc/mysql/koha-common.cnf,
y todos los scripts usan esté para acceder a las bases de datos MySQL. Por defecto,
es un enlace simbólico que apunta a debian.cnf, y sólo trabaja en el servidor local.
Si usted lo desea, puede crear un archivo /etc/mysql/koha-common.cnf en lugar
del enlace simbólico, y que apunte a un servidor remoto. En la actualidad no existe
ninguna herramienta para ayudarle a hacer eso, pero debería ser bastante sencillo.

View file

@ -1,4 +1,3 @@
debian/docs/LEEME.Debian
misc/release_notes/release_notes_3*.txt
docs/history.txt
docs/contributors.yaml

View file

@ -1,4 +1,3 @@
debian/docs/LEEME.Debian
misc/release_notes/release_notes_3*.txt
docs/history.txt
docs/contributors.yaml