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

David Nind <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from David Nind <[email protected]> ---
Testing notes (using KTD)
-------------------------

To install the German language:

cd misc/translator
./translate install de-DE

To get the web installer running, I used this process:

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
5. koha_kohadev.* to koha_kohadev;
6. Restart everything (may not be required, but just to be safe):
flush_memcached + restart_all
7. Access the web installer: go to 127.0.0.1:8081
8. Use the database user name and password: get from
/etc/koha/sites/kohadev/koha-conf.xml (default: koha_kohadev, password)
9. Continue through the installation process

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

German translations for different languages: I don't speak German, but I think
Katrin knows these! 8-)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to