3959ed05b432231ff62eddce4034709524aad7b2
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / installer / step1.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><title>Koha &rsaquo; Web Installer &rsaquo; Step 1
2 <!-- TMPL_INCLUDE NAME="installer-doc-head-close.inc" -->
3 <h1>Koha &rsaquo; Web Installer &rsaquo; Step 1</h1>
4 <!--TMPL_UNLESS Name="language"-->
5 <p>You are about to install Koha.</p>
6 <form name="language" method="post">
7
8 <p>Please pick up your language from the following list. If your langauge is not
9 listed, please inform your systems administrator.</p>
10
11 <select name="language">
12   <!--TMPL_LOOP Name="languages"-->
13   <option value="<!--TMPL_VAR Name="value" -->""><!--TMPL_VAR Name="description"-->
14 <!--   </option> -->
15   <!--/TMPL_LOOP -->
16 </select>
17 </p>
18
19 <p> Click Next to continue <input value="Next &gt;&gt;" type="submit"></p>
20 </form>
21 <!--/TMPL_UNLESS-->
22 <!--TMPL_IF Name="language"-->
23   <!--TMPL_UNLESS Name="checkmodule"-->
24   <!--TMPL_IF Name="missing"-->
25   <p>Some perl modules are missing.<br />
26   <ul>
27   <!--TMPL_LOOP Name="missing"-->
28     <li><!--TMPL_VAR Name="name"-->
29     <!--TMPL_IF Name="usagemail"-->
30       <br/> This module is used whenever Koha has to send email.
31     <!--/TMPL_IF-->
32     <!--TMPL_IF Name="usagebarcode"-->
33       <br/> This module is needed if you intend to print barcodes.
34     <!--/TMPL_IF-->
35     <!--TMPL_IF Name="usagespine"-->
36       <br/> This module is needed if you intend to print spine labels.
37     <!--/TMPL_IF-->
38     <!--TMPL_IF Name="usageLDAP"-->
39       <br/> This module is needed if you intend to use LDAP for authentication.
40     <!--/TMPL_IF-->
41     </li>
42   <!--/TMPL_LOOP-->
43   Please consider installing these modules before continuing.
44   <pre>
45   <!--TMPL_LOOP Name="missing"-->
46     perl -MCPAN -e "install <!--TMPL_VAR Name="name"-->";
47   <!--/TMPL_LOOP-->
48   </pre>
49   <!--/TMPL_IF-->
50   <!--TMPL_IF Name="problems"-->
51   <p>I encountered some problems.</p>
52    <ul>
53     <!--TMPL_IF Name="perlversion"-->
54     <li>Your perl version seems to be obsolete.
55       Please upgrade to a newer version of Perl (at least Version 5.006001).</li>
56     <!--/TMPL_IF-->
57     <!--TMPL_IF Name="perllocation"-->
58     <li>Your perl installation is not in /usr/bin/.
59       This version of the Web Installer expects perl to be in /usr/bin/.</li>
60     <!--/TMPL_IF-->
61     <!--TMPL_IF Name="zebra"-->
62     <li>Zebra server doesn't seem to be installed or I can't find it.
63       Please install it before continuing.</li>
64     <!--/TMPL_IF-->
65     <!--TMPL_IF Name="mysql"-->
66     <li>MySQL server doesn't seem to be installed or I can't find it.
67       Please install it before continuing.</li>
68     <!--/TMPL_IF-->
69     <!--TMPL_IF Name="yaz"-->
70     <li>Yaz doesn't seem to be installed or I can't find it.
71       Please install it before continuing.</li>
72     <!--/TMPL_IF-->
73    </ul>
74   <!--/TMPL_IF-->
75   <!--/TMPL_UNLESS-->
76   <!--TMPL_IF Name="checkmodule"-->
77 <form name="checkmodules" action="install.pl">
78 <p> All dependencies installed.
79 </p>
80 <input type="hidden" name="step" value="2" />
81 <p>Please click next to continue <input value="Next &gt;&gt;" type="submit"></p>
82 </form>
83   <!--/TMPL_IF-->
84 <!--/TMPL_IF-->
85 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->