Code

Updated json Rop and RPC again
[gosa.git] / gosa-core / setup / setup_welcome.tpl
index a44d036ce2d3c961dee796cec0cb9a19dfd3ab78..861155a97a5a301915e6bae415ab06d04514e7c6 100644 (file)
@@ -1,35 +1,35 @@
 <div>
     <div class='default'>
+       <h2>{t}How to get started{/t}</h2>
        <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}
+       {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}
        </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>
-       </ul>
+
        <p>
-       <b>{t}What will the wizard NOT do for you?{/t}</b>
+      {t}What you need to generate a configuration file:{/t}
        </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>
+      <ul>
+       <li>{t}The hostname of your LDAP server{/t}</li>
+       <li>{t}Installed GOsa and supplementary schema{/t}</li>
+       <li>{t}The LDAP base of your LDAP directory{/t}</li>
+       <li>{t}The DN and the password of the LDAP administration user{/t}</li>
+      </ul>
+       
+       <p>
+      {t}If you've collected the needed information, unlock the setup process like shown in the next paragraph.{/t}
        </p>
+
+    <hr>
+       <h2>{t}Starting the setup{/t}</h2>
        <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}
+       {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}
        </p>
        <tt>
        echo -n <b>{$auth_id}</b> &gt; {$path}
        </tt>
        <p>
-       {t}Click the 'Continue' button when you've finished.{/t}
+       {t}Click the 'Next' button when you've finished.{/t}
        </p>
      </div>
 </div>