https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42807
--- Comment #7 from Aleisha Amohia <[email protected]> --- Created attachment 200305 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200305&action=edit Bug 42807: Add Koha profiles to onboarding tool This enhancement adds a step to the installer onboarding tool which allows the administrator to choose a profile. Profiles are 'types' of Koha installations. When selected, Koha will pre-configure a set of system preferences and other relevant settings. This patch includes the configuration of a 'Community/Volunteer' profile. To test (assumes KTD): 1) Log into the database and drop and recreate it. koha-mysql koha_kohadev drop database koha_kohadev; create database koha_kohadev; 2) Restart services restart_all 3) Go to the staff interface localhost:8081 4) Go through the installer, set all the defaults. 5) Go through the onboarding tool, complete each step until the circulation rule. Confirm the step for Koha profiles shows at the bottom of the list and is not checked (incomplete). 6) Save a circulation rule and confirm you are redirected to the Koha profiles step. 7) All profiles should be disabled except 'Community/Volunteer' and 'No profile'. Choose 'Community/Volunteer' and validate the profile description makes sense. 8) Submit the profile and validate the confirmation shows the right information. 9) Confirm the button takes you to log into Koha. Sponsored-by: Catalyst IT -- 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/
