[% IF ( finish ) %]
Web installer › Installation complete
Congratulations, installation complete
This page will redirect in 10 seconds. If not, click here to start 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
[% ELSE %]
[% lis.level FILTER ucfirst %] data added
[% END %]
[% FOREACH fwklis IN lis.fwklist %]
-
[% fwklis.fwkname %]
[% IF ( fwklis.error ) %]
[% fwklis.error %]
[% END %]
[% 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 %] to [% kohaversion %]
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 ) %]
Update report :
[% FOREACH update_repor IN update_report %]
- [% update_repor.line |html %]
[% END %]
[% END %]
[% IF ( has_update_errors ) %]
Update errors :
[% FOREACH update_error IN update_errors %]
- [% update_error.line |html %]
[% END %]
[% END %]
[% UNLESS ( has_update_errors ) %]
Everything went okay. Update done.
[% END %]
Continue to log in to Koha
[% END # / IF updatestructure %]