[Koha-bugs] [Bug 33915] Improve translation of title tags: Installer and onboarding

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 29 12:36:52 CEST 2023


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

David Nind <david at davidnind.com> changed:

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

--- Comment #4 from David Nind <david at davidnind.com> ---
Testing notes using KTD - to start the web installer:

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

Note:
[1] Database password is password (from KTD .env file)

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


More information about the Koha-bugs mailing list