[% USE raw %] [% INCLUDE 'doc-head-open.inc' %] Koha › Web installer › [% IF ( proposeimport ) %] Set up database [% END %] [% IF ( importdatastructure ) %] [% IF ( error ) %] Error creating database tables [% ELSE %] Database tables created [% END %] [% END %] [% IF ( default ) %] [% IF ( upgrading ) %] Update database [% ELSE %] Install basic configuration settings [% END %] [% END %] [% IF ( choosemarc ) %] Select your MARC flavor [% END %] [% IF ( selectframeworks ) %] Selecting default settings [% END %] [% IF ( addframeworks ) %] Default data loaded [% END %] [% IF ( finish ) %] Installation complete [% END %] [% IF ( finish ) %] [%- metacontent= '10; url=/cgi-bin/koha/installer/onboarding.pl' -%] [% END %] [% INCLUDE 'installer-doc-head-close.inc' %]

Koha

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

MARC stands for Machine Readable Cataloging. A MARC record contains bibliographic record information about an item. MARC21 is used globally, UNIMARC tends to be used in a few European countries.

[% FOREACH flavourloo IN flavourloop %] [% IF ( flavourloo.label == "Unimarc") %]

[% ELSE %]

[% END %] [% END %]

[% END # / IF choosemarc %] [% IF ( selectframeworks ) %]

Web installer › Selecting default settings

[% IF ( frameworksloop ) %]

MARC frameworks: [% marcflavour | html %]

[% IF ( en_marc_frameworks ) %]

No MARC frameworks are available for your language. Defaulting to the frameworks supplied for English (en)

[% END %] [% FOREACH frameworksloo IN frameworksloop %] [%- SWITCH frameworksloo.label -%] [%- CASE 'mandatory' -%]

Mandatory

[%- CASE 'optional' -%]

Optional

[%- END -%]

Select all Select none

[% FOREACH framework IN frameworksloo.frameworks %]

[% END # / FOREACH framework %]
[% END # / FOREACH frameworksloo %] [% END # / IF frameworkdsloop %]

Other data

[% IF ( en_sample_data ) %]

No sample data and settings are available for your language. Defaulting to the samples supplied for English (en)

[% END %] [% FOREACH levelloo IN levelloop %] [%- SWITCH levelloo.label -%] [%- CASE 'mandatory' -%]

Mandatory

[%- CASE 'optional' -%]

Optional

[%- END -%]

Select all Select none

[% FOREACH framework IN levelloo.frameworks %]
[% END # / FOREACH framework %]
[% END # / FOREACH levelloo %]

When you've made your selections, please click 'Import' below to begin the process. It may take a while to complete. Please be patient.

[% 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 | html %] data added

[% END %]
    [% FOREACH fwklis IN lis.fwklist %]
  • [% fwklis.fwkname | html %] [% IF ( fwklis.error ) %]

    [% fwklis.error | html %]

    [% 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).

You can help the Koha community by sharing your statistics with us.

If you wish to share some of your data, please enable the functionality in the "Share your usage statistics" section of the Administration module.

[% END # / IF addframeworks %] [% IF ( importdatastructure ) %] [% IF ( error ) %]

The following error occurred while importing the database structure:

[% error | html %]

Please contact your system administrator

[% ELSE %]

Web installer › Success

Database tables created

[% 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 ) %]

Update report :

    [% FOREACH l IN update_report %] [% SET line = l.line %] [% IF line.match('^Upgrade to') %]
  • [% line | $raw %]
  • [% ELSE %] [% line | $raw %]
    [% END %] [% 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 %]
[% IF ( selectframeworks ) %] [% MACRO jsinclude BLOCK %] [% END %] [% END %] [% INCLUDE 'installer-intranet-bottom.inc' %]