Code

Updated in_array checks in GOsa.
[gosa.git] / gosa-core / setup / setup_welcome.tpl
1 <div>
2     <div class='default'>
3         <h2>{t}How to get started{/t}</h2>
4         <p>
5         {t}This seems to be the first time you run GOsa on this system. To start the GOsa web interface you need a working configuration file, which can be generated by this wizard.{/t}
6         </p>
8         <p>
9       {t}What you need to generate a configuration file:{/t}
10         </p>
12       <ul>
13        <li>{t}The hostname of your LDAP server{/t}</li>
14        <li>{t}Installed GOsa and supplementary schema{/t}</li>
15        <li>{t}The LDAP base of your LDAP directory{/t}</li>
16        <li>{t}The DN and the password of the LDAP administration user{/t}</li>
17       </ul>
18         
19         <p>
20       {t}If you've collected the needed information, unlock the setup process like shown in the next paragraph.{/t}
21         </p>
23     <hr>
24         <h2>{t}Starting the setup{/t}</h2>
25         <p>
26         {t}For security reasons you need to authenticate the installation by creating the file '/tmp/gosa.auth', containing the current session ID on the servers local filesystem. This can be done by executing the following command:{/t}
27         </p>
28         <tt>
29         echo -n <b>{$auth_id}</b> &gt; {$path}
30         </tt>
31         <p>
32         {t}Click the 'Next' button when you've finished.{/t}
33         </p>
34      </div>
35 </div>