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

--- Comment #11 from Laura Escamilla <[email protected]> ---
Created attachment 150462
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=150462&action=edit
Bug 33419: Set home library and current library as mandatory by default

Test plan to be used with KTD (Koha Testing Docker):

1. Reset KTD so that the web installer is used to setup Koha
2.  Setup the web installer
        -> When setting up the default settings, don't add any of the optional
data.
3. Once setup and logged in, check the two frameworks (default and ACQ) and
note that $952$a and $952$b are not mandatory.
4. Apply the patch.
5. Repeat steps 1-2.
6. Once setup and logged in, check the two frameworks (default and ACQ) and
note that $952$a and $952$b are now mandatory.

How to setup 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 (may not be required, but just to be safe):
flush_memcached + 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

-- 
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