[Koha-bugs] [Bug 34558] Update custom.sql for it-IT webinstaller

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Oct 1 22:24:25 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34558

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #4 from David Nind <david at davidnind.com> ---
Hi Zeno.

I'm not seeing the error.

This what I see:

...

  Dati per la localiozzazione aggiunti

  * custom.sql

  L'installazione di base è completa.

  Nei prossimi passi sarete guidati a fare alcuni punti fondamentali, tra cui 
l'utente di gestione con tutti i privilegi amministrativi (superlibrarian).
Puoi aiutare la comunità di Koha condividendo le tue statistiche con noi.

  Se vuoi condividere alcuni tuoi dati, attiva la funzionalità nella sezione
"Condividi statistiche d'uso" del modulo di amministrazione.

...


Here are my testing notes (so far) using koha-testing-docker (KTD) (note that
KTD uses MARIA DB in strict mode by default):

1. Install the it-IT language:
   1.1 cd misc/translator
   1.2 ./translate update it-IT
   1.3 ./translate install it-IT

2. Test the web installer:
   2.1 Access the database server[1]: mysql -uroot -ppassword -hkoha-db-1
   2.2 Drop the koha_kohadev database: drop database koha_kohadev;
   2.3 Create the database: create database koha_kohadev;
   2.4 Add privileges (for a real installation, this would be limited): grant
all  
       on 2.5 koha_kohadev.* to koha_kohadev;
   2.6 Restart everything (there may be some errors listed): flush_memcached 
       and then restart_all
   2.7 Access the web installer: go to 127.0.0.1:8081
   2.8 Use the database user name and password: get from 
       /etc/koha/sites/kohadev/koha-conf.xml (default: koha_kohadev, password)
   2.9 Continue through the installation process

In addition, your commit message needs to be formatted using these guidelines:
https://wiki.koha-community.org/wiki/Commit_messages

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list