Code

Updated the setup procedure
[gosa.git] / gosa-core / setup / setup_welcome.tpl
1 <div>
2     <div class='default'>
3         <p>
4         {t}This seems to be the first time you start GOsa - we didn't find any configuration right now. This simple wizard intends to help you while setting it up.{/t}
5         </p>
6         
7         <p style='border-top:1px solid #AAAAAA; padding-top:10px;'>
8         <b>{t}What will the wizard do for you?{/t}</b>
9         </p>
10         <ul>
11          <li>{t}Create a basic, single site configuration{/t}</li>
12          <li>{t}Tries to find problems within your PHP and LDAP setup{/t}</li>
13         </ul>
14         <p>
15         <b>{t}What will the wizard NOT do for you?{/t}</b>
16         </p>
17         <ul>
18          <li>{t}Find every possible configuration error{/t}</li>
19          <li>{t}Migrate every possible LDAP setup - create backup dumps!{/t}</li>
20         </ul>
22         <p style='border-top:1px solid #AAAAAA; padding-top:10px;'>
23         <b>{t}To continue...{/t}</b>
24         </p>
25         <p>
26         {t}For security reasons you need to authenticate for 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 'Continue' button when you've finished.{/t}
33         </p>
34      </div>
35 </div>