[% IF ( finish ) %]
Web installer › Installation complete
Congratulations, installation complete
Begin the onboarding process
[% END %]
[% IF ( choosemarc ) %]
Select your MARC flavor
[% END # / IF choosemarc %]
[% IF ( selectframeworks ) %]
Web installer › Selecting default settings
[% END # / IF selectframeworks %]
[% IF ( addframeworks ) %]
Web installer › Default data loaded
[% FOREACH lis IN list %]
[% IF lis.level == 'mandatory' %]
Mandatory data added
[% ELSIF lis.level == 'optional' %]
Optional data added
[% ELSIF lis.level == 'mysql' %]
MySQL data added
[% ELSIF lis.level == 'localization' %]
Localization data added
[% ELSE %]
[% lis.level FILTER ucfirst | html %] data added
[% END %]
[% END %]
Basic installation complete.
In the next steps you will be guided through some basic requirements like defining Koha user with all administrative privileges (superlibrarian).
[% END # / IF addframeworks %]
[% IF ( importdatastructure ) %]
[% IF ( error ) %]
The following error occurred while importing the database structure:
Please contact your system administrator
[% ELSE %]
Web installer › Success
[% END %]
[% END # / IF importdatastructure %]
[% IF ( proposeimport ) %]
Web installer › Set up database
Now we're ready to create the database tables and fill them with some default data.
[% END # / proposeimport %]
[% IF ( default ) %]
[% IF ( upgrading ) %]
Web installer › Update database
We are upgrading from Koha [% dbversion | html %] to [% kohaversion | html %]
Update your database
[% ELSE %]
Web installer › Install basic configuration settings
We are ready to do some basic configuration.
Continue to the next step
[% END %]
[% END # / IF default %]
[% IF ( updatestructure ) %]
Updating database structure
[% IF has_update_succeeds || success %]
Update report :
[% END %]
[%# Success for old versions %]
[% IF has_update_succeeds %]
[% FOREACH l IN update_report %]
[% SET line = l.line %]
[% IF line.match('^Upgrade to') %]
- [% line | $raw %]
[% ELSE %]
[% line | $raw %]
[% END %]
[% END %]
[% END %]
[%# Success for new versions %]
[% IF success.size %]
[% FOR s IN success %]
[% FOR o IN s.output %]
- [% o | html %]
[% IF s.output.size > 1 %]
[% IF loop.first %][% END %]
[% END %]
[% END %]
[% END %]
[% END %]
[% IF atomic_updates.success.size %]
Atomic updates:
[% FOR s IN atomic_updates.success %]
[% FOR o IN s.output %]
- [% o | html %]
[% IF s.output.size > 1 %]
[% IF loop.first %][% END %]
[% END %]
[% END %]
[% END %]
[% END %]
[% IF has_update_errors OR error.size %]
Update errors :
[%# Errors for old versions %]
[% IF has_update_errors %]
[% FOREACH update_error IN update_errors %]
- [% update_error.line | html %]
[% END %]
[% END %]
[%# Errors for new versions %]
[% IF error.size %]
[% FOR e IN error %]
[% FOR o IN e.output %]
-
[% o | html %]
ERROR: [% e.error | html %]
[% IF e.output.size > 1 %]
[% IF loop.first %][% END %]
[% END %]
[% END %]
[% END %]
[% END %]
[% END %]
[% IF atomic_updates.error.size %]
Atomic update error :
[% FOR e IN atomic_updates.error %]
[% FOR o IN e.output %]
-
[% o | html %]
ERROR: [% e.error | html %]
[% IF e.output.size > 1 %]
[% IF loop.first %][% END %]
[% END %]
[% END %]
[% END %]
[% END %]
[% UNLESS error OR has_update_errors %]
Everything went okay. Update done.
Continue to log in to Koha
[% ELSE %]
Try again
[% END %]
[% END # / IF updatestructure %]