Code

Added snmp-community to setup
[gosa.git] / setup / setup_welcome.tpl
index 90a4d4c4103b14b5683a645b723c3e5e1f42757b..e6f76c7b6a94c07740b94613c11270fab818d98b 100644 (file)
@@ -1,6 +1,37 @@
 <div>
     <div class='default'>
-        <p><b>{t}Welcome to the GOsa setup routine{/t}</b></p>
-               Nothing yet 
-       </div>
+       <p>
+       {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}
+       </p>
+       
+       <p style='border-top:1px solid #AAAAAA; padding-top:10px;'>
+       <b>{t}What will the wizard do for you?{/t}</b>
+       </p>
+       <ul>
+        <li>{t}Create a basic, single site configuration{/t}</li>
+        <li>{t}Tries to find problems within your PHP and LDAP setup{/t}</li>
+        <li>{t}Let you choose from a set of basic and advanced configuration switches{/t}</li>
+        <li>{t}Guided migration of existing LDAP trees{/t}</li>
+       </ul>
+       <p>
+       <b>{t}What will the wizard NOT do for you?{/t}</b>
+       </p>
+       <ul>
+        <li>{t}Find every possible configuration error{/t}</li>
+        <li>{t}Migrate every possible LDAP setup - create backup dumps!{/t}</li>
+       </ul>
+
+       <p style='border-top:1px solid #AAAAAA; padding-top:10px;'>
+       <b>{t}To continue...{/t}</b>
+       </p>
+       <p>
+       {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}
+       </p>
+       <tt>
+       echo -n <b>{$auth_id}</b> &gt; /tmp/gosa.auth
+       </tt>
+       <p>
+       {t}Click the 'Continue' button when you've finished.{/t}
+       </p>
+     </div>
 </div>