Code

Updated gofoMacro.
[gosa.git] / debian / README.debian
index 0c5378852d039baadcf912056466c649c3a1891b..d4e01d1b9985f57873f2788c8617679d2a863a2a 100644 (file)
@@ -1,6 +1,16 @@
 README.Debian for GOsa 2.5
 --------------------------
 
+* Configure GOsa
+
+By default you can point your favorite browser to the GOsa setup by
+using this URL:
+
+http://you.server.address/gosa
+
+Follow the instructions on the screen.
+
+
 * Generic informations
 
 Getting GOsa running itself is not very complicated. Problems normally
@@ -44,14 +54,13 @@ to allow easy switching of account properties without asking for
 passwords after adding samba accounts.
 
 
-* A note to PHP5 errors and smarty
-
-When using PHP5 and the debian packaged version of smarty, you
-may get a set of error messages about call by reference for non
-variables. This is no GOsa problem. Please modify your php.ini
-to have error reporting set to this:
+* Smarty PHP errors
 
-error_reporting  =  E_ALL & ~E_NOTICE & ~E_STRICT
+There might pop up messages about "Only variables should be passed by
+reference" when using PHP5. I can't do anything about them - these are
+cause by smarty. To get rid of them set your "error_reporting" in the
+php.ini to "E_ALL ^ E_NOTICE". This is a workaround only, wait for the
+debian smarty package to support PHP5 in a propper way.
 
 
 ----