<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.stephanschlegel.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=91.47.77.141</id>
	<title>Wikizone - Benutzerbeiträge [de]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.stephanschlegel.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=91.47.77.141"/>
	<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Spezial:Beitr%C3%A4ge/91.47.77.141"/>
	<updated>2026-05-06T17:56:18Z</updated>
	<subtitle>Benutzerbeiträge</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wiki.stephanschlegel.de/index.php?title=Typo3_-_TSRef&amp;diff=1388</id>
		<title>Typo3 - TSRef</title>
		<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Typo3_-_TSRef&amp;diff=1388"/>
		<updated>2008-05-08T15:57:35Z</updated>

		<summary type="html">&lt;p&gt;91.47.77.141: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== TSRef Kurzreferenz ==&lt;br /&gt;
=== Conditions ===&lt;br /&gt;
====browser====&lt;br /&gt;
&lt;br /&gt;
[browser = browser1,browser2,...]&lt;br /&gt;
Beispiel:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
      [ useragent = *Firefox* ] OR [ useragent = *Opera* ]&lt;br /&gt;
      [ useragent = *MSIE* ] AND [ useragent = *Windows* ] &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Werte:&lt;br /&gt;
Jeder Wert wird mit $browsername.$browserversion (z.B. netscape4.72) mithilfe von strstr() verglichen.&lt;br /&gt;
Ob der Wert also netscape, oder nur scape oder net ist, alle Netscape-Browser werden von dieser Bedingung betroffen.&lt;br /&gt;
Ist der Wert netscape4 werden alle Netscape 4.xx-Browser betroffen.&lt;br /&gt;
&lt;br /&gt;
Wenn einer der Werte in der Liste mit dem aktuellen Browser übereinstimmt, liefert diese Bedingung wahr zurück.&lt;br /&gt;
====version====&lt;br /&gt;
Beispiel&lt;br /&gt;
 [version= &amp;gt;4] &amp;amp;&amp;amp; [browser= netscape3]&lt;br /&gt;
&lt;br /&gt;
====system====&lt;br /&gt;
Die Werte sind Strings und die Bedingung ist erfüllt, wenn einer der Strings zum Anfang der Systemidentifikation gehört.&lt;br /&gt;
Wenn der Wert also zum Beispiel win9 ist, betrifft das sowohl win95- als auch win98-Systeme.&lt;br /&gt;
Beispiel&lt;br /&gt;
&lt;br /&gt;
Dies betrifft sowohl Windows- als auch Mac-Systeme.&lt;br /&gt;
 [system= win,mac]&lt;br /&gt;
&lt;br /&gt;
==== device ====&lt;br /&gt;
HandHeld&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
pda&lt;br /&gt;
&lt;br /&gt;
WAP-Handy&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
wap&lt;br /&gt;
&lt;br /&gt;
Grabber&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
grabber&lt;br /&gt;
&lt;br /&gt;
Indizierungs-Robots&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
robot&lt;br /&gt;
&lt;br /&gt;
Die Werte sind Strings und die Bedingung gilt als erfüllt, wenn einer dieser Werte dem Gerätetyp entspricht.&lt;br /&gt;
&lt;br /&gt;
====useragent====&lt;br /&gt;
Dies ist ein direkter Vergleich des useragent-Strings von getenv(&amp;quot;HTTP_USER_AGENT&amp;quot;).&lt;br /&gt;
Sie können ein * an den Anfang und/oder ans Ende des Wertes setzen, um Platzhalter einzubauen.&lt;br /&gt;
Beispiele&lt;br /&gt;
&lt;br /&gt;
Wenn der HTTP_USER_AGENT den Wert Mozilla/4.0 (compatible; Lotus-Notes/5.0; Windows-NT) hat, wird folgende Bedingung zutreffen:&lt;br /&gt;
[useragent = Mozilla/4.0 (compatible; Lotus-Notes/5.0; Windows-NT)]&lt;br /&gt;
&lt;br /&gt;
Diese Bedingung wird auch zutreffen:&lt;br /&gt;
[useragent = *Lotus-Notes*]&lt;br /&gt;
&lt;br /&gt;
Diese Bedingung wird allerdings auch auf einen Useragent wie Lotus-Notes/4.5 ( Windows-NT ) zutreffen.&lt;br /&gt;
&lt;br /&gt;
Hier eine kurze Liste von Useragents und zugehörigen Bedingungen&lt;br /&gt;
&lt;br /&gt;
HTTP_USER_AGENT&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
Beschreibung&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
Zutreffende Bedingung&lt;br /&gt;
&lt;br /&gt;
Nokia7110/1.0+(04.77)&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
Nokia 7110 WAP-Handy&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
[useragent= Nokia7110*]&lt;br /&gt;
&lt;br /&gt;
Lotus-Notes/4.5 ( Windows-NT )&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
Lotus-Notes-Browser&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
[useragent= Lotus-Notes*]&lt;br /&gt;
&lt;br /&gt;
Mozilla/3.0 (compatible; AvantGo 3.2)&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
AvantGo-Browser&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
[useragent= *AvantGo*]&lt;br /&gt;
&lt;br /&gt;
Mozilla/3.0 (compatible; WebCapture 1.0; Auto; Windows)&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
Adobe Acrobat 4.0&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
[useragent= *WebCapture*]&lt;br /&gt;
WAP-Useragents&lt;br /&gt;
&lt;br /&gt;
Hier sind einige der bekannten WAP-Useragents:&lt;br /&gt;
&lt;br /&gt;
    * ALAV UP/4.0.7&lt;br /&gt;
    * Alcatel-BE3/1.0 UP/4.0.6c&lt;br /&gt;
    * AUR PALM WAPPER&lt;br /&gt;
    * Device V1.12&lt;br /&gt;
    * EricssonR320/R1A&lt;br /&gt;
    * fetchpage.cgi/0.53&lt;br /&gt;
    * Java1.1.8&lt;br /&gt;
    * Java1.2.2&lt;br /&gt;
    * m-crawler/1.0 WAP&lt;br /&gt;
    * Materna-WAPPreview/1.1.3&lt;br /&gt;
    * MC218 2.0 WAP1.1&lt;br /&gt;
    * Mitsu/1.1.A&lt;br /&gt;
    * MOT-CB/0.0.19 UP/4.0.5j&lt;br /&gt;
    * MOT-CB/0.0.21 UP/4.0.5m&lt;br /&gt;
    * Nokia-WAP-Toolkit/1.2&lt;br /&gt;
    * Nokia-WAP-Toolkit/1.3beta&lt;br /&gt;
    * Nokia7110/1.0 ()&lt;br /&gt;
    * Nokia7110/1.0 (04.67)&lt;br /&gt;
    * Nokia7110/1.0 (04.67)&lt;br /&gt;
    * Nokia7110/1.0 (04.69)&lt;br /&gt;
    * Nokia7110/1.0 (04.70)&lt;br /&gt;
    * Nokia7110/1.0 (04.71)&lt;br /&gt;
    * Nokia7110/1.0 (04.73)&lt;br /&gt;
    * Nokia7110/1.0 (04.74)&lt;br /&gt;
    * Nokia7110/1.0 (04.76)&lt;br /&gt;
    * Nokia7110/1.0 (04.77)&lt;br /&gt;
    * Nokia7110/1.0 (04.80)&lt;br /&gt;
    * Nokia7110/1.0 (30.05)&lt;br /&gt;
    * Nokia7110/1.0&lt;br /&gt;
    * PLM&amp;#039;s WapBrowser&lt;br /&gt;
    * QWAPPER/1.0&lt;br /&gt;
    * R380 2.0 WAP1.1&lt;br /&gt;
    * SIE-IC35/1.0&lt;br /&gt;
    * SIE-P35/1.0 UP/4.1.2a&lt;br /&gt;
    * SIE-P35/1.0 UP/4.1.2a&lt;br /&gt;
    * UP.Browser/3.01-IG01&lt;br /&gt;
    * UP.Browser/3.01-QC31&lt;br /&gt;
    * UP.Browser/3.02-MC01&lt;br /&gt;
    * UP.Browser/3.02-SY01&lt;br /&gt;
    * UP.Browser/3.1-UPG1&lt;br /&gt;
    * UP.Browser/4.1.2a-XXXX&lt;br /&gt;
    * UPG1 UP/4.0.7&lt;br /&gt;
    * Wapalizer/1.0&lt;br /&gt;
    * Wapalizer/1.1&lt;br /&gt;
    * WapIDE-SDK/2.0; (R320s (Arial))&lt;br /&gt;
    * WAPJAG Virtual WAP&lt;br /&gt;
    * WAPJAG Virtual WAP&lt;br /&gt;
    * WAPman Version 1.1 beta:Build W2000020401&lt;br /&gt;
    * WAPman Version 1.1&lt;br /&gt;
    * Waptor 1.0&lt;br /&gt;
    * WapView 0.00&lt;br /&gt;
    * WapView 0.20371&lt;br /&gt;
    * WapView 0.28&lt;br /&gt;
    * WapView 0.37&lt;br /&gt;
    * WapView 0.46&lt;br /&gt;
    * WapView 0.47&lt;br /&gt;
    * WinWAP 2.2 WML 1.1&lt;br /&gt;
    * wmlb&lt;br /&gt;
    * YourWap/0.91&lt;br /&gt;
    * YourWap/1.16&lt;br /&gt;
    * Zetor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====language====&lt;br /&gt;
Die Werte müssen eine exakte Übereinstimmung mit getenv(&amp;quot;HTTP_ACCEPT_LANGUAGE&amp;quot;) von PHP liefern. Wenn ein Wert von * umschlossen wird (z.B. *en-us*), werden alternativ alle im HTTP_ACCEPT_LANGUAGE-String gefundenen Sprachen aufgeteilt um den Wert mit jedem Teilstring zu vergleichen. So ein String sieht in der Regel so aus: de,en-us;q=0.7,en;q=0.3 und *en-us* würde auf diesen String zutreffen.&lt;br /&gt;
&lt;br /&gt;
====IP====&lt;br /&gt;
Syntax&lt;br /&gt;
[IP = ipadresse1, ipadresse2, ...]&lt;br /&gt;
Vergleich&lt;br /&gt;
&lt;br /&gt;
Die Werte werden mit getenv(&amp;quot;REMOTE_ADDR&amp;quot;) von PHP verglichen.&lt;br /&gt;
Anstelle eines Teiles können Sie auch ein * einbauen. Sie können auch lediglich die ersten ein, zwei oder drei Teile angeben.&lt;br /&gt;
Beispiele&lt;br /&gt;
&lt;br /&gt;
Diese Bedingungen werden durch jede IP-Adresse mit 123 am Anfang erfüllt:&lt;br /&gt;
[IP = 123.*.*.*]&lt;br /&gt;
[IP = 123]&lt;br /&gt;
&lt;br /&gt;
Diese Bedingungen werden von jeder IP-Adresse erfüllt, die mit 123 endet, oder die 192.168.1.34 lautet.&lt;br /&gt;
[IP = *.*.*.123][IP = 192.168.1.34]&lt;br /&gt;
&lt;br /&gt;
====hostname====&lt;br /&gt;
&lt;br /&gt;
====hour====&lt;br /&gt;
&lt;br /&gt;
====minute====&lt;br /&gt;
&lt;br /&gt;
====dayofweek====&lt;br /&gt;
&lt;br /&gt;
[dayofweek = ...]&lt;br /&gt;
Vergleich&lt;br /&gt;
&lt;br /&gt;
Tag der Woche, beginnend mit Sonntag als 0 und endend mit Samstag als 6.&lt;br /&gt;
====dayofmonth====&lt;br /&gt;
&lt;br /&gt;
====month====&lt;br /&gt;
&lt;br /&gt;
====usergroup====&lt;br /&gt;
&lt;br /&gt;
====loginUser====&lt;br /&gt;
&lt;br /&gt;
====treeLevel====&lt;br /&gt;
&lt;br /&gt;
[treeLevel=ebenennummer,ebenennummer,...]&lt;br /&gt;
Vergleich&lt;br /&gt;
&lt;br /&gt;
Diese Bedingung überprüft, ob das letzte Element der rootline sich auf einer Ebene befindet, die einem der Ausdrücke in treeLevel entspricht. Ebene 0 ist die Ausgangsseite einer Website, Ebene 1 die erste Menüebene...&lt;br /&gt;
Beispiel&lt;br /&gt;
&lt;br /&gt;
Diese Bedingung verändert das Template, wenn die Seite entweder von Ebene 0 oder 2 aus betrachtet wird.&lt;br /&gt;
[treeLevel = 0,2]&lt;br /&gt;
&lt;br /&gt;
====PIDinRootline====&lt;br /&gt;
&lt;br /&gt;
[PIDinRootline=Seiten-UID,Seiten-UID,...]&lt;br /&gt;
Vergleich&lt;br /&gt;
&lt;br /&gt;
Diese Bedingung überprüft, ob eine der Angaben in PIDinRootline eine Seiten-ID der rootline ist.&lt;br /&gt;
Beispiel&lt;br /&gt;
&lt;br /&gt;
Diese Bedingung verändert das Template, wenn die betrachtete Seite oder eine der übergeordneten Seiten die UID 34 oder 36 hat.&lt;br /&gt;
[PIDinRootline = 34,36]&lt;br /&gt;
&lt;br /&gt;
====PIDupinRootline====&lt;br /&gt;
&lt;br /&gt;
[PIDupinRootline = Seiten-UID, Seiten-UID, ...]&lt;br /&gt;
Vergleich&lt;br /&gt;
&lt;br /&gt;
Funktioniert genauso wie »PIDinRootline, nur dass die UID der aktuellen Seite von der Überprüfung ausgeschlossen wird.&lt;br /&gt;
&lt;br /&gt;
Kommentare von registrierten Benutzern:&lt;br /&gt;
Kommentar von: dasoe&lt;br /&gt;
&lt;br /&gt;
25. 09. 2005, 18:56&lt;br /&gt;
Mit PIDupinRootline und else kann man auch einen Setup-Teil&lt;br /&gt;
einführen, der nur auf der Seite ausgeführt wird, die das&lt;br /&gt;
Template enthält, aber auf keiner ihrer Unterseiten.&lt;br /&gt;
Bsp.: Seite 187 beinhaltet das Template.&lt;br /&gt;
&lt;br /&gt;
[PIDupinRootline=187]&lt;br /&gt;
... was man hier reinschreibt käme nur auf den Unterseiten&lt;br /&gt;
[else]&lt;br /&gt;
... was man hier reinschreibt kommt nur auf der Seite selbst,&lt;br /&gt;
und nicht auf den Unterseiten&lt;br /&gt;
[end] &lt;br /&gt;
&lt;br /&gt;
====globalVars====&lt;br /&gt;
Oft verwendet für Sprach-Conditions &lt;br /&gt;
&lt;br /&gt;
[globalVar= var1=Wert, var2&amp;lt;Wert2, var3&amp;gt;Wert3, ...]&lt;br /&gt;
Vergleich&lt;br /&gt;
&lt;br /&gt;
Die Werte als Fließkommaangaben werden mit der entsprechenden globalen Variable verglichen.&lt;br /&gt;
&lt;br /&gt;
Operator&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
Funktion&lt;br /&gt;
&lt;br /&gt;
[nichts]&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
Exakte Übereinstimmung erforderlich&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
Die Variable muss größer sein als der Wert&lt;br /&gt;
&lt;br /&gt;
&amp;lt;&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
Die Variable muss kleiner sein als der Wert&lt;br /&gt;
&lt;br /&gt;
Kommentare von registrierten Benutzern:&lt;br /&gt;
Kommentar von: wunschtacho&lt;br /&gt;
&lt;br /&gt;
09. 10. 2007, 14:15&lt;br /&gt;
GET oder POST Variable &amp;quot;test&amp;quot; abfragen:&lt;br /&gt;
&lt;br /&gt;
Typoscript:	Zeilennummerierung:  An / Aus&lt;br /&gt;
&lt;br /&gt;
   1.&lt;br /&gt;
      [globalVar = GP:test = 1]&lt;br /&gt;
   2.&lt;br /&gt;
      Anweisung&lt;br /&gt;
   3.&lt;br /&gt;
      [end] &lt;br /&gt;
====globalString====&lt;br /&gt;
&lt;br /&gt;
====userFunc====&lt;/div&gt;</summary>
		<author><name>91.47.77.141</name></author>
	</entry>
	<entry>
		<id>https://wiki.stephanschlegel.de/index.php?title=Typo3_-_Referenzen&amp;diff=18410</id>
		<title>Typo3 - Referenzen</title>
		<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Typo3_-_Referenzen&amp;diff=18410"/>
		<updated>2008-05-08T15:31:03Z</updated>

		<summary type="html">&lt;p&gt;91.47.77.141: /* TSRef */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== TSRef ==&lt;br /&gt;
[[Typo3 - TSRef]]&lt;br /&gt;
DIE Referenz zu TypoScript 140S. &lt;br /&gt;
&lt;br /&gt;
Data types, Objects and Properties, Conditions, Funktionen, Constants, Setup, Top Level Objekte (TLO), Content Objects (cObject), Gifbuilder, MENU Objects, Media/scripts/ Plugins,Standard Templates, PHP include scripts,Storing user-data or session data&lt;br /&gt;
&lt;br /&gt;
== TypoScript by Example ==&lt;br /&gt;
Eine Menge Beispiele und kleine Übungen die als Einführung in TypoScript dienen sollen. Themen sind z.B. Navigation, der Gif-Builder u.v.m.&lt;br /&gt;
&lt;br /&gt;
Tipp: Unter www.typo3.net findet sich eine schöne Online TypoScript Referenz auf Deutsch.&lt;br /&gt;
&lt;br /&gt;
Weiterführendes zum Thema:&lt;br /&gt;
&lt;br /&gt;
Tutorials - hier gibt es eine ganze Menge zu verschiedenen Themen&lt;br /&gt;
&lt;br /&gt;
TypoScript reference (TSRef) - die Bibel zu TS&lt;br /&gt;
&lt;br /&gt;
Content rendering&lt;br /&gt;
&lt;br /&gt;
== TSConfig ==&lt;br /&gt;
Behandelt die TypoScript Konfiguration für User TSconfig und Page TSconfig. Hier lassen sich mit TypoScript Einstellungen für Benutzer und Benutzergruppen sowie Einstellungen für das Editing im Back und Frontend vornehmen.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Typo3.org - manual for developers ==&lt;br /&gt;
Eine Vorlage und Tipps für das Verfassen von Extension manuals.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Inside TYPO3 ==&lt;br /&gt;
Wie funktioniert Typo? &lt;br /&gt;
&lt;br /&gt;
Backend / Extensions / Configuration / Access Controll / Backend Modules / Database / Localization / Context Sensitive Help / Security / Files and Directories / Core modules / Gneral interface / Image Magick&lt;br /&gt;
&lt;br /&gt;
== TYPO3 Core APIs ==&lt;br /&gt;
Sozusagen der 2. Teil der Inside TYPO3 Dokumentation.&lt;br /&gt;
&lt;br /&gt;
Extension API / T3 API Overview / Table Configuration Array ($TCA) / RTE API / Skinning API / Data Formats&lt;br /&gt;
&lt;br /&gt;
== Typo3 Services ==&lt;br /&gt;
Services sind PHP Klassen innerhalb einer Extension ähnlich wie bei einem FrontEnd Plugin. Ein Service ermöglicht es PHP Klassen zu nutzen ohne den Namen zu wissen. Er kann mehrfach implementiert sein - es wird automatisch der beste gewählt. Genaues weiß ich noch nicht... (ToDo)&lt;br /&gt;
&lt;br /&gt;
== Project Coding Guidelines ==&lt;br /&gt;
Wie der Name schon sagt...&lt;br /&gt;
&lt;br /&gt;
Klassen / Funktionen / Datenbank-Verbindungen / Namenskonventionen / Sicherheit in Skripten / Coding&lt;br /&gt;
&lt;br /&gt;
== TypoScript Syntax and In-depth Study ==&lt;br /&gt;
Was steckt aus php-Sicht hinter TypoScript und wie benutzt man es.&lt;/div&gt;</summary>
		<author><name>91.47.77.141</name></author>
	</entry>
	<entry>
		<id>https://wiki.stephanschlegel.de/index.php?title=Typo3_-_Installation&amp;diff=1447</id>
		<title>Typo3 - Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Typo3_-_Installation&amp;diff=1447"/>
		<updated>2008-05-08T15:02:38Z</updated>

		<summary type="html">&lt;p&gt;91.47.77.141: /* ImageMagick installieren */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Typo3 Autoinstallation ==&lt;br /&gt;
Wünschenswert wäre ein Script, welches eine Typo3 Grundinstallation vollautomatisch durchführt. Als ersten Schritt einige Vorüberlegungen:&lt;br /&gt;
Die Installation sollte nach Angabe einer Datenbank die Typo3 Verzeichnisse hochladen, auspacken und das Konfigurationsfile mit den Datenbankwerten belegen. Weiterhin sollte die Datenbank bereits einen Admin-User einige Seiten und einige Grundtemplates enthalten. Typo3 enthält ja die Möglichkeit im DB Teil der installation ein eigenes .sql File zu benutzen, welches bereits die nötigen Werte enthält.&lt;br /&gt;
&lt;br /&gt;
== Grundsätzliche Installation ==&lt;br /&gt;
&lt;br /&gt;
=== Uploaden ===&lt;br /&gt;
&lt;br /&gt;
# Typo3 - Dummy auf den Server laden&lt;br /&gt;
# Aus dem Installscript /typo3/install/index.php die die() Funktion auskommentieren&lt;br /&gt;
# Install Skript im Browser aufrufen (Standard Passwort ist joh316)&lt;br /&gt;
# Passwort ändern !! und neu einloggen (evt. Schreibrecht für /typo3/typo3conf/localconf.php setzten)&lt;br /&gt;
&lt;br /&gt;
=== Basic Configuration ===&lt;br /&gt;
&lt;br /&gt;
# Schreibrechte für die rot markierten Ordner ändern und den den fileadmin Ordner ebenfalls schreibbar machen.&lt;br /&gt;
# Datenbank Zugangsdaten eingeben. Host ist in der Regel &amp;#039;localhost&amp;#039;&lt;br /&gt;
# Update localconf.php klicken dann click to continue&lt;br /&gt;
# Jetzt die Datenbank im neuen Dropdownfeld. Auswählen&lt;br /&gt;
# Encryption key: Generate Knopf klicken&lt;br /&gt;
&lt;br /&gt;
=== Database Analyser ===&lt;br /&gt;
# Benötigte Tabellen anlegen: Compare klicken - dann write to database&lt;br /&gt;
# Dump static data IMPORT  	&lt;br /&gt;
# (Notwendig?) Tabellen füllen mit statischen Templates typo3conf/database.sql (1.1 M) ebenfalls Compare und write to database&lt;br /&gt;
# admin User erstellen damit man sich im Backend einloggen kann.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Hinweis:&amp;#039;&amp;#039;&amp;#039; wenn man eine gute leere Installation hat kann man diese Daten komplett in ein sql-Standardfile exportieren und bei einer frischen Typo3 Installation komplett einspielen.&lt;br /&gt;
&lt;br /&gt;
=== All Configuration ===&lt;br /&gt;
# [gdlib_2] auf 1 stellen Wenn GDlib Version 2 Verwendet wird&lt;br /&gt;
# [TTFdpi] muß auf 96 stehen wenn die Schrift im Bild bei &amp;#039;Basic Configuration&amp;#039; nicht vollständig angezeigt wird.&lt;br /&gt;
# [noEdit] auf 0 stellen dann kann man vom Backend-Bereich Text-Dateien (z.B. CSS-Files) verändern.&lt;br /&gt;
# [warning_email_addr] setzten dann bekommt man eine Email wenn sich jemand viermal falsch einloggt&lt;br /&gt;
&lt;br /&gt;
=== Wichtige ToDos im Typo Backend ===&lt;br /&gt;
siehe auch [[Typo3 - Grundeinstellungen]]&lt;br /&gt;
&lt;br /&gt;
# Passwort für Install Tool ändern&lt;br /&gt;
# Ab Typo4.x DB References Updaten&lt;br /&gt;
# Deutsche Sprachpakete im Extension Manage laden (für 3.8 die CSH Files)&lt;br /&gt;
# Standard Templates TS-Templates evt. HTML Template und CSS (für TV und Automaketemplate die Extensions nicht vergessen)&lt;br /&gt;
# Benutzer Konfiguration bzw. Page Konfiguration (UserTS und PageTS)&lt;br /&gt;
# Standard Extensions installieren&lt;br /&gt;
&lt;br /&gt;
== Typo3 auf Unix installieren ==&lt;br /&gt;
Wenn man einen Shell Zugang zum Server hat, bietet sich eine Installation mit den tar Paketen an. Das geht erstens schneller als per FTP und man hat die Möglichkeit mit Symlinks zu arbeiten, die ein späteres Update erleichtern.&lt;br /&gt;
So gehts:&lt;br /&gt;
* Evt. Shell-Zugang erlauben (z.B. mit bash Terminal. Später wieder abschalten!)&lt;br /&gt;
* Remote Zugang z.B. mit Putty herstellen (Session &amp;gt; [IP], SSH / &lt;br /&gt;
* Entweder per FTP die tars (&amp;#039;&amp;#039;&amp;#039;Source und Dummy&amp;#039;&amp;#039;&amp;#039;) &amp;#039;&amp;#039;&amp;#039;hochladen&amp;#039;&amp;#039;&amp;#039; oder direkt mit der Shell vom Server aus laden z.B. mit&lt;br /&gt;
 wget http://prdownloads.sourceforge.net/typo3/typo3_src-4.0.4.tar.gz?download&lt;br /&gt;
 wget http://prdownloads.sourceforge.net/typo3/dummy-4.0.4.tar.gz?download&lt;br /&gt;
... (siehe Typo3 Buch)&lt;br /&gt;
&lt;br /&gt;
* jetzt beide Pakete &amp;#039;&amp;#039;&amp;#039;auspacken&amp;#039;&amp;#039;&amp;#039;  &lt;br /&gt;
&lt;br /&gt;
 tar xzf dummy-4.0.2.tar.gz&lt;br /&gt;
 tar xzf typo3_src-4.0.2.tar.gz&lt;br /&gt;
&lt;br /&gt;
* Es entstehen die Verzeichnisse&lt;br /&gt;
 typo3_src-4.0.2&lt;br /&gt;
 dummy-4.0.2&lt;br /&gt;
&lt;br /&gt;
der Inhalt des Dummy Paket liegt später direkt auf der Hauptebene. Deshalb &amp;#039;&amp;#039;&amp;#039;verschieben&amp;#039;&amp;#039;&amp;#039; wir den Inhalt des &amp;#039;&amp;#039;&amp;#039;Dummy Paket&amp;#039;&amp;#039;&amp;#039; eine Ebene nach unten in das Wurzelverzeichnis (die aktuelle Ebene).&lt;br /&gt;
  mv dummy-4.0.2/* ./&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Hinweis: Eine weitere Möglichkeit wäre die Dateien im Ordner zu belassen, ihn sinnvoll umzubenennen (z.B. cms/) und die Domain z.B. als virtual Host auf den Unterordner gehen zu lassen.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Es gibt einen &amp;#039;&amp;#039;&amp;#039;Symlink&amp;#039;&amp;#039;&amp;#039; auf der Hauptebene (vorher im Dummy-Verzeichnis)&lt;br /&gt;
  typo3_src -&amp;gt; ../NameDesTypo3SourceOrdners&lt;br /&gt;
  Damit der Symlink stimmt müssen wir Ihn ändern (d.h. löschen oder überschreiben)&lt;br /&gt;
&lt;br /&gt;
 ln -s typo3_src-4.0.2 typo3_src &lt;br /&gt;
&lt;br /&gt;
Wenn man den typo3_src Symlink auf eine andere Source umbiegt kann man ganz schnell ein Update ausprobieren oder eine neue source testen&lt;br /&gt;
* Die Archive und den leeren Dummy Ordner kann man jetzt &amp;#039;&amp;#039;&amp;#039;löschen&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
 rm -r dummy-4.0.2&lt;br /&gt;
 rm dummy-4.0.3.tar.gz&lt;br /&gt;
 rm typo3_src-4.0.2.tar.gz&lt;br /&gt;
* Im Browser müßte jetzt schon was kommen (/typo3 oder /index.php)&lt;br /&gt;
* Mit dem vi Editor können wir die Die Funktion im Installer auskommentieren:&lt;br /&gt;
 vi typo3_src-4.0.2/install/index.php&lt;br /&gt;
* Mit i kommt man in den Einfügemodus Esc verläßt ihn :wq! speichert und schließt den Editor.&lt;br /&gt;
Hinweis: ab Version 4.1 reicht es eine Datei mit dem Namen ENABLE_INSTALL_TOOL im Verzeichnis typo3conf anzulegen um das Install Tool freizuschalten.&lt;br /&gt;
* Jetzt kann man den Typo3 Installer starten&lt;br /&gt;
* Um die Rechte im Terminal anzupassen kann man den Befehl chmod benutzen&lt;br /&gt;
&lt;br /&gt;
Rechte einstellen:(as root): There are at least two options.&lt;br /&gt;
Diese Schritte setzen die Rechte für 4 Ordner:&lt;br /&gt;
* fileadmin/&lt;br /&gt;
* typo3conf/&lt;br /&gt;
* typo3temp/&lt;br /&gt;
* uploads/&lt;br /&gt;
&lt;br /&gt;
a (am Besten)&lt;br /&gt;
&lt;br /&gt;
Diese Kommandos als root ausführen:&lt;br /&gt;
 chgrp -R &amp;lt;wwwserver&amp;gt; fileadmin typo3conf typo3temp uploads&lt;br /&gt;
 chmod -R g+w,o-rwx fileadmin typo3conf typo3temp uploads&lt;br /&gt;
&lt;br /&gt;
wobei &amp;lt;wwwserver&amp;gt; der Name der Gruppe des Webservers ist&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Hinweis:&amp;#039;&amp;#039;&amp;#039; bei 1und1 (mit Plesk) ist die Gruppe i.d.R. www und der Benutzer wwwrun&lt;br /&gt;
&lt;br /&gt;
b (nicht sicher aber einfach)&lt;br /&gt;
&lt;br /&gt;
Nicht auf geteilten Servern nutzen:&lt;br /&gt;
&lt;br /&gt;
Simply run this command:&lt;br /&gt;
 $ chmod -R a+w fileadmin typo3conf typo3temp uploads&lt;br /&gt;
&lt;br /&gt;
=== Beschreibung der Installation aus der Datei &amp;#039;install.txt&amp;#039; der Typo3 4.0.2 Distribution ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
**************************&lt;br /&gt;
* UNIX ARCHIVES OF TYPO3 *&lt;br /&gt;
**************************&lt;br /&gt;
&lt;br /&gt;
INTRODUCTION&lt;br /&gt;
============&lt;br /&gt;
&lt;br /&gt;
As you have downloaded this package you seem to know already about TYPO3.&lt;br /&gt;
If you don&amp;#039;t, visit http://typo3.org/ where you can find many useful&lt;br /&gt;
information.&lt;br /&gt;
&lt;br /&gt;
This short guide lists the important steps to install this package.&lt;br /&gt;
&lt;br /&gt;
By default TYPO3 installs into the folder:&lt;br /&gt;
   http://[your.site.name]/&amp;lt;this_site_name&amp;gt;/&lt;br /&gt;
&lt;br /&gt;
Read the additional instructions to install TYPO3 in the root folder:&lt;br /&gt;
   http://[your.site.name]/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
IMPORTANT NOTE&lt;br /&gt;
==============&lt;br /&gt;
&lt;br /&gt;
Please be aware of the fact that the file transfer protocol (FTP) does not&lt;br /&gt;
support Symlinks. You cannot unpack these archives locally and copy them&lt;br /&gt;
to your server using FTP, even if the target server actually is a Unix&lt;br /&gt;
server.&lt;br /&gt;
&lt;br /&gt;
So if you don&amp;#039;t have shell access, try to use a terminal emulator instead.&lt;br /&gt;
(PHPshell to give you an example - Google knows all of them!)&lt;br /&gt;
&lt;br /&gt;
If this doesn&amp;#039;t work you&amp;#039;ll have to stick back to the ZIP version :-(&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NEWBIE INFORMATION ABOUT THE TYPO3 FILESYSTEM STRUCTURE&lt;br /&gt;
=======================================================&lt;br /&gt;
&lt;br /&gt;
A Unix TYPO3 installation consists of two parts:&lt;br /&gt;
     1) The &amp;quot;source&amp;quot; package&lt;br /&gt;
     2) The &amp;quot;dummy&amp;quot; package&lt;br /&gt;
&lt;br /&gt;
The dummy package contains the skeleton directory structure for a TYPO3&lt;br /&gt;
installation and a symlink (&amp;#039;typo3_src&amp;#039;) to the location of the source&lt;br /&gt;
package which contains all the PHP files, images, JavaScript files, etc.&lt;br /&gt;
that TYPO3 needs to run.&lt;br /&gt;
&lt;br /&gt;
In other words: You can have several TYPO3 installations with just one&lt;br /&gt;
source package. A typical directory structure looks like this:&lt;br /&gt;
&lt;br /&gt;
/var/www/typo3_src-3.8.1/   # the untared 3.8.0 source package&lt;br /&gt;
/var/www/typo3_src-4.0/     # the untared 4.0 source package&lt;br /&gt;
/var/www/installation1/     # the untared dummy package of a TYPO3&lt;br /&gt;
                            # installation running on TYPO3 3.8.1&lt;br /&gt;
    /typo3_src  --&amp;gt; ../typo3_src-3.8.1/   # a symlink to the 3.8.1 source&lt;br /&gt;
    /typo3conf/&lt;br /&gt;
    /typo3temp/&lt;br /&gt;
    /fileadmin/&lt;br /&gt;
    /.../&lt;br /&gt;
/var/www/installation2/     # the untared dummy package of a TYPO3&lt;br /&gt;
                            # installation running on TYPO3 4.0&lt;br /&gt;
    /typo3_src  --&amp;gt; ../typo3_src-4.0/     # a symlink to the 4.0 source&lt;br /&gt;
    /typo3conf/&lt;br /&gt;
    /typo3temp/&lt;br /&gt;
    /fileadmin/&lt;br /&gt;
    /.../&lt;br /&gt;
&lt;br /&gt;
As you see, the two TYPO3-installations (possibly with different domains)&lt;br /&gt;
can use the same TYPO3 source package. You can even change the source&lt;br /&gt;
package simply be changing the symlink inside the installation directory.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
STEP BY STEP&lt;br /&gt;
============&lt;br /&gt;
&lt;br /&gt;
1 Get the TYPO3 source package and the TYPO3 dummy package.&lt;br /&gt;
&lt;br /&gt;
2 Copy the archives to the web root of your server.&lt;br /&gt;
  (Debian default is /var/www/, SuSE default is /srv/www/)&lt;br /&gt;
&lt;br /&gt;
3 Unpack the archives:&lt;br /&gt;
  $ tar xzf typo3_src-&amp;lt;version&amp;gt;.tar.gz&lt;br /&gt;
  $ tar xfz dummy-&amp;lt;version&amp;gt;.tar.gz&lt;br /&gt;
&lt;br /&gt;
4 Rename the dummy-&amp;lt;version&amp;gt; directory to fit your needs and make sure it&lt;br /&gt;
  is accessible by your webserver (for example by creating a virtual&lt;br /&gt;
  host). We assume you rename the directory to cms:&lt;br /&gt;
  $ mv dummy-&amp;lt;version&amp;gt; cms&lt;br /&gt;
&lt;br /&gt;
5 Set permissions (as root): There are at least two options.&lt;br /&gt;
  These steps will make four directories writable for the webserver:&lt;br /&gt;
  - cms/fileadmin/&lt;br /&gt;
  - cms/typo3conf/&lt;br /&gt;
  - cms/typo3temp/&lt;br /&gt;
  - cms/uploads/&lt;br /&gt;
&lt;br /&gt;
	5.a (recommended)&lt;br /&gt;
	    Run these commands as root in the cms/ directory:&lt;br /&gt;
	    # chgrp -R &amp;lt;wwwserver&amp;gt; fileadmin typo3conf typo3temp uploads&lt;br /&gt;
	    # chmod -R g+w,o-rwx fileadmin typo3conf typo3temp uploads&lt;br /&gt;
&lt;br /&gt;
	    ... where &amp;lt;wwwserver&amp;gt; is the name of the group your webserver&lt;br /&gt;
	    is running as&lt;br /&gt;
&lt;br /&gt;
	5.b (insecure but easy to apply)&lt;br /&gt;
	    I repeat: This is insecure!&lt;br /&gt;
	    Do not use this method if you are working on a shared server!&lt;br /&gt;
&lt;br /&gt;
	    Simply run this command:&lt;br /&gt;
	    $ chmod -R a+w fileadmin typo3conf typo3temp uploads&lt;br /&gt;
&lt;br /&gt;
6 Check the symlink cms/typo3_src and make sure it points to the source&lt;br /&gt;
  directory.&lt;br /&gt;
  (See above: &amp;quot;Newbie information about the TYPO3 filesystem structure&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
7 In your browser, visit&lt;br /&gt;
  http://[your.site.name]/cms/&lt;br /&gt;
&lt;br /&gt;
8 Follow the instructions in the 1-2-3 install tool&lt;br /&gt;
&lt;br /&gt;
9 From this point, you can access the backend through&lt;br /&gt;
  http://[your.site.name]/cms/typo3/&lt;br /&gt;
  with the username &amp;quot;admin&amp;quot; and password &amp;quot;password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
That&amp;#039;s it :-)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
INSTALLING TYPO3 IN THE WEBROOT FOLDER&lt;br /&gt;
======================================&lt;br /&gt;
&lt;br /&gt;
1 Follow the steps 1-6 above.&lt;br /&gt;
&lt;br /&gt;
2 Move the files in the cms/ folder up one level.&lt;br /&gt;
&lt;br /&gt;
  $ cd cms&lt;br /&gt;
  $ mv * ../&lt;br /&gt;
  $ cd ../&lt;br /&gt;
&lt;br /&gt;
3 Update the symlink&lt;br /&gt;
&lt;br /&gt;
  $ rm typo3_src&lt;br /&gt;
  $ ln -s ./typo3_src-&amp;lt;version&amp;gt; typo3_src&lt;br /&gt;
&lt;br /&gt;
4 Now TYPO3 runs in http://[your.site.name]/&lt;br /&gt;
&lt;br /&gt;
That&amp;#039;s it :-)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
WHAT SHOULD YOU DO IF YOU HAVE A PROBLEM?&lt;br /&gt;
=========================================&lt;br /&gt;
&lt;br /&gt;
TYPO3 is a powerful and complex professional application. When you start&lt;br /&gt;
out there will be many things you don´t understand, or that don&amp;#039;t seem to&lt;br /&gt;
make sense. There is a widely used mailing list (more information on&lt;br /&gt;
typo3.com &amp;amp; typo3.org) where many experienced users and developers&lt;br /&gt;
lurk... they are always willing to help, provided you followed these steps&lt;br /&gt;
BEFORE you ask your question:&lt;br /&gt;
&lt;br /&gt;
1 - Read all available documentation carefully&lt;br /&gt;
&lt;br /&gt;
2 - Read the webserver error logfiles&lt;br /&gt;
    (for example /var/log/apache/error.log)&lt;br /&gt;
&lt;br /&gt;
3 - Read all available documentation again&lt;br /&gt;
&lt;br /&gt;
4 - Search the mailing list archive carefully&lt;br /&gt;
&lt;br /&gt;
5 - If you still can&amp;#039;t figure it out - ask the list...:&lt;br /&gt;
      - Newsgroup:     news://news.netfielders.de/&lt;br /&gt;
      - Mailing lists: http://lists.netfielders.de/&lt;br /&gt;
&lt;br /&gt;
    When posting to one of the lists, see the following guidelines...&lt;br /&gt;
      - Be polite&lt;br /&gt;
	 Always include the version of used TYPO3 and server environment&lt;br /&gt;
	 (phpinfo())... note that this is available within the TYPO3&lt;br /&gt;
	 Install Tool&lt;br /&gt;
      - Be as specific and clear as possible - questions like &amp;quot;my TYPO3&lt;br /&gt;
	 installation does not work - what can I do???&amp;quot; will be ignored.&lt;br /&gt;
	 Although English may not be your first language, if those reading&lt;br /&gt;
	 your posting can&amp;#039;t understand it, you won&amp;#039;t get the help you need&lt;br /&gt;
      - If you are really having a tough time getting something working,&lt;br /&gt;
	 stay cool and don&amp;#039;t criticise or flame. Problems are normally&lt;br /&gt;
	 caused by lack of research into the documentation, or&lt;br /&gt;
	 misunderstanding, not because of bugs. Be logical about your&lt;br /&gt;
	 troubleshooting, and you&amp;#039;ll get there&lt;br /&gt;
&lt;br /&gt;
6 - If you have identified a genuine new bug, report it at&lt;br /&gt;
    http://bugs.typo3.org/ ...do not post to the list about it&lt;br /&gt;
&lt;br /&gt;
Please be aware that if you ask questions that are answered in the&lt;br /&gt;
available documentation, you may not get a reply, or any help from the&lt;br /&gt;
developers or any experienced users!&lt;br /&gt;
&lt;br /&gt;
We are aware that there is still some work to be done on the&lt;br /&gt;
documentation, and the platform for user support... please forgive us for&lt;br /&gt;
not having all these gaps filled. If you feel that some information is&lt;br /&gt;
missing, hard to find or just plain wrong, or you have a suggestion on&lt;br /&gt;
improving TYPO3 or the &amp;quot;support services&amp;quot;, please let us know so that we&lt;br /&gt;
can do what is necessary. You could also volunteer to help with the work!&lt;br /&gt;
&lt;br /&gt;
(c) Nigel Jackson, Ingmar Schlecht&lt;br /&gt;
    Unix related additions made by Michael Stucki and some Wiki users:&lt;br /&gt;
    http://wiki.typo3.org/index.php/Tgz-INSTALL.txt&lt;br /&gt;
&lt;br /&gt;
-- Michael Stucki &amp;lt;michael@typo3.org&amp;gt;  Sun,  26 Mar 2006  22:10:53 +0100&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
== Probleme mit Plesk ==&lt;br /&gt;
The script whose uid is 10001 is not allowed to access /httpdocs/html/typo3temp/cs owned by uid 30 in /httpdocs/html/t3lib/class.t3lib_div.php on line 2420&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Das deutet in der Regel darauf hin, dass was mit den User-Rechten der Files nicht passt. Bei Plesk sollten die Typo3 Sourcen, sowie &amp;quot;httpdocs&amp;quot; dem FTP-User aus der Gruppe &amp;quot;psaserv&amp;quot; gehören.&lt;br /&gt;
&lt;br /&gt;
== ImageMagick installieren ==&lt;br /&gt;
=== Mit Yast installieren ===&lt;br /&gt;
http://wiki.zone30.info/wikizone/index.php/ImageMagick_installieren&lt;br /&gt;
&lt;br /&gt;
=== ImageMagick auf Vserver global installieren ===&lt;br /&gt;
19 01 2007&lt;br /&gt;
&lt;br /&gt;
Wenn man ImageMagick auf seinem Vserver global installieren möchte, um für alle Typo3 installationen ImageMagick nutzen zu können, kann man wie folgt vorgehen.&lt;br /&gt;
&lt;br /&gt;
Auch hier eignet sich die  Version 4.2.9., zu finden unter typo3.org, recht gut.&lt;br /&gt;
http://typo3.sunsite.dk/software/linux/ &lt;br /&gt;
&lt;br /&gt;
Danach kopiert man am einfachsten mit winscp die Dateien auf den Server in das Verzeichnis:&lt;br /&gt;
&lt;br /&gt;
/usr/bin.&lt;br /&gt;
Hier ist nur der Ordner “bin” für diese Anwendung interessant.&lt;br /&gt;
Im Ordner “bin” findet man folgende Dateien:&lt;br /&gt;
&lt;br /&gt;
convert, combine, identify, convert.bin, combine.bin, identify.bin, wrapper.sh.&lt;br /&gt;
Die Dateien ohne die Endung “.bin” sind nur Verknüpfungen, und erstmal nicht wichtig.&lt;br /&gt;
Gebraucht werden nur convert.bin, combine.bin, identify.bin!&lt;br /&gt;
&lt;br /&gt;
Die Entpackten Dateien liegen nur im usr/bin Verzeichnis.&lt;br /&gt;
Typo3 fragt bei der Installation automatisch dieses Verzeichnis ab, und sucht nach der passenden Programmversion.&lt;br /&gt;
&lt;br /&gt;
Das wars&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Ergänzung (Steff)&lt;br /&gt;
&lt;br /&gt;
bei Einsatz von Plesk kann es sein das diese Vorgehensweise nicht funktioniert. Dort kann man aber die statisch kompilierte Version in das CGI-Verzeichnis der virtuellen Hosts legen. Etwa unter /srv/www/vhosts/meineDomain.de/cgi-bin&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Auf den 1und1 Webhosting-Paketen läuft die Geschichte im Prinzip ziemlich einfach ab.&lt;br /&gt;
Falls keine root -Rechte vorhanden, entpackt man IM erstmal lokal in ein Verzeichnis.&lt;br /&gt;
Man erhält folgende Ordner Struktur.&lt;br /&gt;
&lt;br /&gt;
Hier ist nur der Ordner “bin” für diese Anwendung interessant.&lt;br /&gt;
Im Ordner “bin” findet man folgende Dateien:&lt;br /&gt;
&lt;br /&gt;
convert, combine, identify, convert.bin, combine.bin, identify.bin, wrapper.sh.&lt;br /&gt;
Die Dateien ohne die Endung “.bin” sind nur Verknüpfungen, und erstmal nicht wichtig.&lt;br /&gt;
Gebraucht werden nur convert.bin, combine.bin, identify.bin!&lt;br /&gt;
&lt;br /&gt;
Diese 3 Dateien kopiert man jetzt mit einem ftp Programm auf den Webspace&lt;br /&gt;
in den Ordner cgi-bin, und vergibt diesem Ordner vorerst mal alle Rechte (chmod 777)&lt;br /&gt;
&lt;br /&gt;
Im Ordner cgi-bin findet man nun die Dateien convert.bin, combine.bin, identify.bin&lt;br /&gt;
Wichtig ist jetzt, das die Endung .bin entfernt wird.&lt;br /&gt;
&lt;br /&gt;
Diesen 3 Dateien auch erstmal auf chmod 777&lt;br /&gt;
 Ergänzung Steff: später die Gruppe und Besitzer auf php-user stellen und Rechte auf 755&lt;br /&gt;
&lt;br /&gt;
Jetzt wechselt man ins Typo3 Install-tool auf den Punkt “All Configuration”&lt;br /&gt;
&lt;br /&gt;
Jetzt muss nur noch IM aktiviert werden, und der absolute Pfad zu den Dateien angeben werden.&lt;br /&gt;
Speichern nicht vergessen.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Zur Kontrolle wechselt man jetzt noch mal zum Punkt “Basic Configuration”.&lt;br /&gt;
Dort müsste jetzt IM aktiviert und erkannt werden.&lt;br /&gt;
&lt;br /&gt;
Das war’s.&lt;br /&gt;
Installation unter einem VPS folgt&lt;br /&gt;
&lt;br /&gt;
Quelle (mit Bildern): http://www.webdesign-limburg.com/blog/?p=21 und http://www.webdesign-limburg.com/blog/?p=21&lt;br /&gt;
&lt;br /&gt;
=== auf Virtuellem Server (Suse) ===&lt;br /&gt;
Ist es schon da? &lt;br /&gt;
 convert -version&lt;br /&gt;
sollte dann die Version ausgeben&lt;br /&gt;
Anleitung unter:&lt;br /&gt;
http://www.imagemagick.org/script/install-source.php#unix&lt;br /&gt;
Klassisch:&lt;br /&gt;
&lt;br /&gt;
== Image Magick über SSH Zugang auf VMWare ==&lt;br /&gt;
Quelle: http://www.4many.net/imagemagick_setup.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ImageMagick Installation on Virtual Host Account with SSH Access&lt;br /&gt;
Situation: 	Customer got virtual host with ssh access&lt;br /&gt;
TYPO3 was installed&lt;br /&gt;
no ImageMagick&lt;br /&gt;
after installing static linked package imagemagick-4.2.9_i386-static-1.tar.gz&lt;br /&gt;
TYPO3 complained that no valid version could be found&lt;br /&gt;
Problem: 	It turned out that due to the virtual setup and the setup of the Apache the environment got lost and the ImageMagick.so.9 couldn&amp;#039;t be found during the exec()&lt;br /&gt;
Challenge: 	&lt;br /&gt;
&lt;br /&gt;
   1. convince the provider to change the setup&lt;br /&gt;
      Nice try!&lt;br /&gt;
   2. convince the provider to install ImageMagick globally&lt;br /&gt;
      No support for third party products&lt;br /&gt;
   3. fix it in TYPO3 to pass environment&lt;br /&gt;
      possible solution, just no time to do so&lt;br /&gt;
&lt;br /&gt;
Solution: 	Fixed it on script level&lt;br /&gt;
&lt;br /&gt;
   1. move required executable to *.bin, i.e.&lt;br /&gt;
&lt;br /&gt;
      mv convert convert.bin&lt;br /&gt;
      mv combine combine.bin&lt;br /&gt;
      mv identify identify.bin&lt;br /&gt;
&lt;br /&gt;
   2. create script&lt;br /&gt;
&lt;br /&gt;
      pico convert&lt;br /&gt;
&lt;br /&gt;
   3. content of the script file&lt;br /&gt;
&lt;br /&gt;
      #!/usr/local/bin/bash&lt;br /&gt;
      export PATH; PATH=&amp;quot;/home/usr203227042/ImageMagick-4.2.9/bin:$PATH&amp;quot;&lt;br /&gt;
      export MAGICK_HOME=&amp;quot;/home/usr203227042/ImageMagick-4.2.9&amp;quot;&lt;br /&gt;
      export LD_LIBRARY_PATH=&amp;quot;/home/usr203227042/ImageMagick-4.2.9/lib&amp;quot;&lt;br /&gt;
      /home/usr203227042/ImageMagick-4.2.9/bin/convert.bin $*&lt;br /&gt;
&lt;br /&gt;
   4. make script executable&lt;br /&gt;
&lt;br /&gt;
      chmod 755 convert&lt;br /&gt;
&lt;br /&gt;
   5. repeat steps 2.-4. for combine and identify and don&amp;#039;t forget to change convert.bin to the appropriate value&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Trennung von Produktions und Live-Server (Bearbeitung der Seiten und Darstellung) ==&lt;br /&gt;
Für den Website-Betrieb sind die Verzeichnisse TSLib und T3Lib notwendig um eine Website auszuliefern.&lt;br /&gt;
&lt;br /&gt;
Für die Bearbeitung von Seiten sind die Dateien im Typo3 Verzeichnis zuständig. Ohne Typo3 Verzeichnis gibt es kein Backend aber die Seiten funktionieren trotzdem. Ein gutes Mittel um die Seiten vor Angreifern zu schützen.&lt;br /&gt;
&lt;br /&gt;
siehe auch [[Typo3 - Update]]&lt;br /&gt;
&lt;br /&gt;
== Zentrale Typo3-Installation vs mehrere Typo3 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Verschiedene Gründe:&lt;br /&gt;
1. Es gibt aus Sicherheitsgründen keinen Remote Zugang für unseren Server. Das macht es etwas umständlicher.&lt;br /&gt;
&lt;br /&gt;
2. Von Version 3.7-3.8 gab es bei manchen Extensions Probleme mit Updates, bzw. es gab Extensions die das Typo auch mal aus dem Tritt brachten. Wenn wir alle Präsenzen auf einem Typo laufen lassen würden wären bei einem Fehler alle Homepages betroffen und Nebenwirkungen unter Umständen nicht so einfach zu sehen. Mit der getrennten Installation kann man auch bei sehr experimentellen Extensions relativ sicher updaten. Auch wenn wir verschiedene Datenbanken benutzen würden. Erst ab Version 4 gibt es außerdem die Möglichkeit Seiten vernünftig zu testen bevor Sie bei Änderungen Online gehen. Das war bisher nur mit einer ziemlich umständlichen Extension möglich.&lt;br /&gt;
&lt;br /&gt;
Manche würden das  vielleicht als Übervorsichtig auslegen. Im Endeffekt hat es nur den Nachteil der längeren Uploadzeiten. Speicherplatz spielt im Grunde kaum eine Rolle. Der Server wird auch nicht wesentlich mehr belastet. Weil die Skripte egal ob in einer oder in mehreren Typos ja immer für jede Anfrage abgearbeitet werden.&lt;br /&gt;
&lt;br /&gt;
3. Wir haben den Kunden eine komplette Installation verkauft mit der Sie machen können was Sie wollen. Dafür bekommen Sie natürlich auch eine eigene Installation.&lt;br /&gt;
&lt;br /&gt;
Für die Miettypos werden wir allerdings eine einzelne Installation benutzen. Für eine Agentur bietet sich ebenfalls eine eigene Installation an auf der die betreuten Präsenzen laufen.&lt;br /&gt;
&lt;br /&gt;
4. Manche Typos laufen auf anderen Servern ;-) Z.T. mit Anpassungen im Quellcode vom Typo. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Weitere Pro und Kontra Argumente ===&lt;br /&gt;
&lt;br /&gt;
* Zeitersparnis beim Update in zentraler Installation&lt;br /&gt;
* Ein Backend=&amp;gt;Admin Account unübersichtlich&lt;br /&gt;
&lt;br /&gt;
== automatische Installation ==&lt;br /&gt;
&lt;br /&gt;
Überlegungen zum automatischen Installieren:&lt;br /&gt;
&lt;br /&gt;
Ausgehend von einer fertigen Grundinstallation mit Benutzern und Rechten plus einigen Dummy-Seiten müßten sich per Knopfdruck Installationen anfertigen lassen.&lt;br /&gt;
&lt;br /&gt;
Einzelschritte:&lt;br /&gt;
* Notwendige Dateien (Typo3 System, Filadmin Ordner)&lt;br /&gt;
* Datenbank (inkl. Benutzer und Dummy Inhalten)&lt;br /&gt;
* Config-Datei (automatisiert ?)&lt;br /&gt;
&lt;br /&gt;
=== Vorstufen ===&lt;br /&gt;
1. Halbautomatisch&lt;br /&gt;
* komplettes DB Dump über phpMyAdmin o. mysqldump einspielen&lt;br /&gt;
* typo 3 Installieren &lt;br /&gt;
* fileadmin Ordner aufspielen&lt;br /&gt;
&lt;br /&gt;
2. Automatisch:&lt;br /&gt;
&lt;br /&gt;
* alle benötigten Dateien auf Server zum automatischen Download bereitstellen&lt;br /&gt;
* Batchdatei zum automatischen Ablauf&lt;br /&gt;
&lt;br /&gt;
3. Anpassungen:&lt;br /&gt;
* neuer Header&lt;br /&gt;
* Maße, Farben und Schrift im CSS&lt;br /&gt;
* Copyright anpassen&lt;br /&gt;
* Printversion anpassen&lt;br /&gt;
* Email Adresse in Kontaktformular&lt;br /&gt;
&lt;br /&gt;
== Typo3 - Update ==&lt;br /&gt;
=== 3.8 auf 4.0 ===&lt;br /&gt;
Ordner typo3, t3lib ersetzen&lt;br /&gt;
misc aufspielen&lt;br /&gt;
index.php ersetzen (root)&lt;br /&gt;
&lt;br /&gt;
Update Wizard im Install Tool ausführen&lt;br /&gt;
&lt;br /&gt;
Im Database Analyzer Compare und danach die erforderlichen Updates der Datenbanktabellen ausführen.&lt;br /&gt;
&lt;br /&gt;
Nicht benötigte Extensions entfernen und entsprechend Templates anpassen&lt;br /&gt;
&lt;br /&gt;
Alte Sprachpakete löschen und mit dem Translation Handling im Extension Manager die benötigten Sprachen aktualisieren.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Kompatibilitätsmodus 3.8 für Version 4 ===&lt;br /&gt;
Nach Update von 3.8.x auf 4.0 läuft das Typo zunächst im Kompatibilitätsmodus.&lt;br /&gt;
&lt;br /&gt;
Folgendes sollte verändert werden damit die Ausgabe auch nach umschalten wieder geht.&lt;br /&gt;
The following updates will be performed:&lt;br /&gt;
&lt;br /&gt;
changeCompatibilityVersion&lt;br /&gt;
TYPO3 output is currently compatible to version 3.8. To use all the new features in the current TYPO3 version, make sure you follow the guidelines below to upgrade without problems.&lt;br /&gt;
&lt;br /&gt;
Follow the steps below carefully and confirm every step!&lt;br /&gt;
You will see this list again after you performed the update.&lt;br /&gt;
CMS Frontend&lt;br /&gt;
&lt;br /&gt;
    *&lt;br /&gt;
&lt;br /&gt;
      Word separator character for simulateStaticDocument is changed from underscore (_) to hyphen (-) to make URLs more friendly for search enginesURLs that are already existing (e.g. external links to your site) will still work like before.&lt;br /&gt;
&lt;br /&gt;
      You can set the separator character back to an underscore by putting the following line into the Setup section of your Page TypoScript template:&lt;br /&gt;
&lt;br /&gt;
      config.simulateStaticDocuments_replacementChar = _&lt;br /&gt;
    *&lt;br /&gt;
&lt;br /&gt;
      CSS Stylesheets and JavaScript are put into an external file by default.&lt;br /&gt;
&lt;br /&gt;
      Technically, that means that the default value of &amp;quot;config.inlineStyle2TempFile&amp;quot; is now set to &amp;quot;1&amp;quot; and that of &amp;quot;config.removeDefaultJS&amp;quot; to &amp;quot;external&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 Acknowledged&lt;br /&gt;
CSS Styled Content: Accessibility improvements&lt;br /&gt;
&lt;br /&gt;
The rendering of the following elements will change:&lt;br /&gt;
&lt;br /&gt;
    * tt_content.menu (used f.e. for sitemaps): Instead of div-tags, lists are used now.&lt;br /&gt;
&lt;br /&gt;
    * tt_content.mailform: Mailforms do not use tables anymore, instead, they use the div-tag. Besides that, mailforms are accessible now.&lt;br /&gt;
&lt;br /&gt;
    * The p-tag has been removed from all table cells.&lt;br /&gt;
&lt;br /&gt;
    * CSS based &amp;quot;image&amp;quot; and &amp;quot;text with image&amp;quot;&lt;br /&gt;
      As the extension cron_cssstyledimgtext has been merged into the core, rendering of the content elements &amp;quot;image&amp;quot; and &amp;quot;text with image&amp;quot; has been changed to be CSS instead of table based. Read the 4.0 release notes for further information.&lt;br /&gt;
&lt;br /&gt;
You will have to update your stylesheets to comply with these changes.&lt;br /&gt;
&lt;br /&gt;
 Acknowledged&lt;br /&gt;
&lt;br /&gt;
 Check all (ignore selection above)&lt;br /&gt;
WARNING: this might break the output of your website.&lt;br /&gt;
Show database queries performed&lt;/div&gt;</summary>
		<author><name>91.47.77.141</name></author>
	</entry>
	<entry>
		<id>https://wiki.stephanschlegel.de/index.php?title=Linux_Administration&amp;diff=1558</id>
		<title>Linux Administration</title>
		<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Linux_Administration&amp;diff=1558"/>
		<updated>2008-05-08T14:37:43Z</updated>

		<summary type="html">&lt;p&gt;91.47.77.141: /* Wichtige WErkzeuge */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Hinweise ==&lt;br /&gt;
* Wenn man mit Plesk arbeitet ist es wichtig zuerst einen User Account zu haben (wird bei 1und1 gleich mit erledigt) Erst dann stimmen die Verzeichnisse (siehe Wie ist ein Suse Server organisiert)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Zugang über SSH ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Wie ist ein Suse Server Organisiert ? ==&lt;br /&gt;
Der &amp;#039;&amp;#039;&amp;#039;htdoc&amp;#039;&amp;#039;&amp;#039; Ordner unter Suse befindet sich oberhalb von &lt;br /&gt;
/root in &lt;br /&gt;
 /srv/www/htdocs/ . &lt;br /&gt;
&lt;br /&gt;
Wenn &amp;#039;&amp;#039;&amp;#039;Plesk&amp;#039;&amp;#039;&amp;#039; genutzt wird und bereits eine Domain eingerichtetist,ist der aktive Ordner unterhalb von &lt;br /&gt;
 /srv/www/vhosts/ zu finden.&lt;br /&gt;
&lt;br /&gt;
== wichtige Linux Befehle ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;cat&amp;#039;&amp;#039;&amp;#039; Ausgabe von Dateien&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;cd&amp;#039;&amp;#039;&amp;#039; &amp;#039;&amp;#039;Verzeichnis&amp;#039;&amp;#039;= Change Directory&lt;br /&gt;
 cd Verzeichnisname&lt;br /&gt;
 cd .. (eins hoch)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;ls&amp;#039;&amp;#039;&amp;#039; oder &amp;#039;&amp;#039;&amp;#039;dir&amp;#039;&amp;#039;&amp;#039; Auflistung des Ordnerinhalts&lt;br /&gt;
 ls -la (auch versteckte und ausführliche Ansicht)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;wget&amp;#039;&amp;#039;&amp;#039; Adresse = Download v. Dateien &lt;br /&gt;
z.B.:&lt;br /&gt;
 wget http://prdownloads.sourceforge.net/typo3/typo3_src-4.0.4.tar.gz?download&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;cp&amp;#039;&amp;#039;&amp;#039; = Kopieren von Dateien &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;tar&amp;#039;&amp;#039;&amp;#039; = Ein-/Auspacken von Archiven &lt;br /&gt;
 tar xzfv meinVerzeichnis.tar.gz&lt;br /&gt;
 tar xfv meinVerzeichnis.tar&lt;br /&gt;
 tar xf meinVerzeichnis.tar&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;ln&amp;#039;&amp;#039;&amp;#039; = Symlink bauen  &lt;br /&gt;
 ln -s typo3_src-.4.0.2 typo3_src&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
rm dateiname&amp;#039;&amp;#039;&amp;#039; = löschen von Dateien&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;locate datei&amp;#039;&amp;#039;&amp;#039; = Datei suchen&lt;br /&gt;
&lt;br /&gt;
====Ein und Ausgabeumleitung====&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;ls *.txt &amp;gt; inhalt&amp;#039;&amp;#039;&amp;#039; In die Datei inhalt wird eine Liste aller Textdateien geschrieben&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;ls *.txt &amp;gt;&amp;gt; inhalt&amp;#039;&amp;#039;&amp;#039; hier wird der Inhalt angehängt&lt;br /&gt;
&lt;br /&gt;
====Pipes====&lt;br /&gt;
Mit Pipes | leitet man die Ausgabe des vorigen Kommandos an das nächste weiter&lt;br /&gt;
&lt;br /&gt;
ls -la | less Das aktuelle Verzeichnis wird ausgegeben und an less übergeben less sorgt dann für die Seitenweise Ausgabe.&lt;br /&gt;
&lt;br /&gt;
weitere unter: [[Die wichtigsten Linux Befehle]]&lt;br /&gt;
&lt;br /&gt;
== Editoren unter Linux ==&lt;br /&gt;
Pico&lt;br /&gt;
&lt;br /&gt;
Vim&lt;br /&gt;
&lt;br /&gt;
Joe&lt;br /&gt;
&lt;br /&gt;
sed (Zeilenbasiert)&lt;br /&gt;
== Shell Skripte ==&lt;br /&gt;
mehr Info unter [[Linux Shell Skripte]]&lt;br /&gt;
&lt;br /&gt;
Wie der Name schon sagt führt man eine Reihe von Shell Kommandos die in einer Datei vorliegen aus. Das funktioniert auch mit Bedingungen u. ä.&lt;br /&gt;
&lt;br /&gt;
== ImageMagick ==&lt;br /&gt;
[[ImageMagick installieren]]&lt;br /&gt;
&lt;br /&gt;
== Wichtige WErkzeuge ==&lt;br /&gt;
Durch eingabe von mc öffnet man den &amp;#039;&amp;#039;&amp;#039;Midnight Commande&amp;#039;&amp;#039;&amp;#039;r. U.u. muß man in putty noch den Zeichensatz umstellen (meist auf utf-8 damit alles richtig angezeigt wird.&lt;br /&gt;
&lt;br /&gt;
putty&lt;br /&gt;
&lt;br /&gt;
Konsolenprogramm zur Fernsteuerung (tipp Windowszwischenablage fügt man mit Rechtsklick ein)&lt;br /&gt;
&lt;br /&gt;
winscp&lt;/div&gt;</summary>
		<author><name>91.47.77.141</name></author>
	</entry>
	<entry>
		<id>https://wiki.stephanschlegel.de/index.php?title=Typo3_-_Installation&amp;diff=1384</id>
		<title>Typo3 - Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Typo3_-_Installation&amp;diff=1384"/>
		<updated>2008-05-08T14:29:33Z</updated>

		<summary type="html">&lt;p&gt;91.47.77.141: /* ImageMagick installieren */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Typo3 Autoinstallation ==&lt;br /&gt;
Wünschenswert wäre ein Script, welches eine Typo3 Grundinstallation vollautomatisch durchführt. Als ersten Schritt einige Vorüberlegungen:&lt;br /&gt;
Die Installation sollte nach Angabe einer Datenbank die Typo3 Verzeichnisse hochladen, auspacken und das Konfigurationsfile mit den Datenbankwerten belegen. Weiterhin sollte die Datenbank bereits einen Admin-User einige Seiten und einige Grundtemplates enthalten. Typo3 enthält ja die Möglichkeit im DB Teil der installation ein eigenes .sql File zu benutzen, welches bereits die nötigen Werte enthält.&lt;br /&gt;
&lt;br /&gt;
== Grundsätzliche Installation ==&lt;br /&gt;
&lt;br /&gt;
=== Uploaden ===&lt;br /&gt;
&lt;br /&gt;
# Typo3 - Dummy auf den Server laden&lt;br /&gt;
# Aus dem Installscript /typo3/install/index.php die die() Funktion auskommentieren&lt;br /&gt;
# Install Skript im Browser aufrufen (Standard Passwort ist joh316)&lt;br /&gt;
# Passwort ändern !! und neu einloggen (evt. Schreibrecht für /typo3/typo3conf/localconf.php setzten)&lt;br /&gt;
&lt;br /&gt;
=== Basic Configuration ===&lt;br /&gt;
&lt;br /&gt;
# Schreibrechte für die rot markierten Ordner ändern und den den fileadmin Ordner ebenfalls schreibbar machen.&lt;br /&gt;
# Datenbank Zugangsdaten eingeben. Host ist in der Regel &amp;#039;localhost&amp;#039;&lt;br /&gt;
# Update localconf.php klicken dann click to continue&lt;br /&gt;
# Jetzt die Datenbank im neuen Dropdownfeld. Auswählen&lt;br /&gt;
# Encryption key: Generate Knopf klicken&lt;br /&gt;
&lt;br /&gt;
=== Database Analyser ===&lt;br /&gt;
# Benötigte Tabellen anlegen: Compare klicken - dann write to database&lt;br /&gt;
# Dump static data IMPORT  	&lt;br /&gt;
# (Notwendig?) Tabellen füllen mit statischen Templates typo3conf/database.sql (1.1 M) ebenfalls Compare und write to database&lt;br /&gt;
# admin User erstellen damit man sich im Backend einloggen kann.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Hinweis:&amp;#039;&amp;#039;&amp;#039; wenn man eine gute leere Installation hat kann man diese Daten komplett in ein sql-Standardfile exportieren und bei einer frischen Typo3 Installation komplett einspielen.&lt;br /&gt;
&lt;br /&gt;
=== All Configuration ===&lt;br /&gt;
# [gdlib_2] auf 1 stellen Wenn GDlib Version 2 Verwendet wird&lt;br /&gt;
# [TTFdpi] muß auf 96 stehen wenn die Schrift im Bild bei &amp;#039;Basic Configuration&amp;#039; nicht vollständig angezeigt wird.&lt;br /&gt;
# [noEdit] auf 0 stellen dann kann man vom Backend-Bereich Text-Dateien (z.B. CSS-Files) verändern.&lt;br /&gt;
# [warning_email_addr] setzten dann bekommt man eine Email wenn sich jemand viermal falsch einloggt&lt;br /&gt;
&lt;br /&gt;
=== Wichtige ToDos im Typo Backend ===&lt;br /&gt;
siehe auch [[Typo3 - Grundeinstellungen]]&lt;br /&gt;
&lt;br /&gt;
# Passwort für Install Tool ändern&lt;br /&gt;
# Ab Typo4.x DB References Updaten&lt;br /&gt;
# Deutsche Sprachpakete im Extension Manage laden (für 3.8 die CSH Files)&lt;br /&gt;
# Standard Templates TS-Templates evt. HTML Template und CSS (für TV und Automaketemplate die Extensions nicht vergessen)&lt;br /&gt;
# Benutzer Konfiguration bzw. Page Konfiguration (UserTS und PageTS)&lt;br /&gt;
# Standard Extensions installieren&lt;br /&gt;
&lt;br /&gt;
== Typo3 auf Unix installieren ==&lt;br /&gt;
Wenn man einen Shell Zugang zum Server hat, bietet sich eine Installation mit den tar Paketen an. Das geht erstens schneller als per FTP und man hat die Möglichkeit mit Symlinks zu arbeiten, die ein späteres Update erleichtern.&lt;br /&gt;
So gehts:&lt;br /&gt;
* Evt. Shell-Zugang erlauben (z.B. mit bash Terminal. Später wieder abschalten!)&lt;br /&gt;
* Remote Zugang z.B. mit Putty herstellen (Session &amp;gt; [IP], SSH / &lt;br /&gt;
* Entweder per FTP die tars (&amp;#039;&amp;#039;&amp;#039;Source und Dummy&amp;#039;&amp;#039;&amp;#039;) &amp;#039;&amp;#039;&amp;#039;hochladen&amp;#039;&amp;#039;&amp;#039; oder direkt mit der Shell vom Server aus laden z.B. mit&lt;br /&gt;
 wget http://prdownloads.sourceforge.net/typo3/typo3_src-4.0.4.tar.gz?download&lt;br /&gt;
 wget http://prdownloads.sourceforge.net/typo3/dummy-4.0.4.tar.gz?download&lt;br /&gt;
... (siehe Typo3 Buch)&lt;br /&gt;
&lt;br /&gt;
* jetzt beide Pakete &amp;#039;&amp;#039;&amp;#039;auspacken&amp;#039;&amp;#039;&amp;#039;  &lt;br /&gt;
&lt;br /&gt;
 tar xzf dummy-4.0.2.tar.gz&lt;br /&gt;
 tar xzf typo3_src-4.0.2.tar.gz&lt;br /&gt;
&lt;br /&gt;
* Es entstehen die Verzeichnisse&lt;br /&gt;
 typo3_src-4.0.2&lt;br /&gt;
 dummy-4.0.2&lt;br /&gt;
&lt;br /&gt;
der Inhalt des Dummy Paket liegt später direkt auf der Hauptebene. Deshalb &amp;#039;&amp;#039;&amp;#039;verschieben&amp;#039;&amp;#039;&amp;#039; wir den Inhalt des &amp;#039;&amp;#039;&amp;#039;Dummy Paket&amp;#039;&amp;#039;&amp;#039; eine Ebene nach unten in das Wurzelverzeichnis (die aktuelle Ebene).&lt;br /&gt;
  mv dummy-4.0.2/* ./&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Hinweis: Eine weitere Möglichkeit wäre die Dateien im Ordner zu belassen, ihn sinnvoll umzubenennen (z.B. cms/) und die Domain z.B. als virtual Host auf den Unterordner gehen zu lassen.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Es gibt einen &amp;#039;&amp;#039;&amp;#039;Symlink&amp;#039;&amp;#039;&amp;#039; auf der Hauptebene (vorher im Dummy-Verzeichnis)&lt;br /&gt;
  typo3_src -&amp;gt; ../NameDesTypo3SourceOrdners&lt;br /&gt;
  Damit der Symlink stimmt müssen wir Ihn ändern (d.h. löschen oder überschreiben)&lt;br /&gt;
&lt;br /&gt;
 ln -s typo3_src-4.0.2 typo3_src &lt;br /&gt;
&lt;br /&gt;
Wenn man den typo3_src Symlink auf eine andere Source umbiegt kann man ganz schnell ein Update ausprobieren oder eine neue source testen&lt;br /&gt;
* Die Archive und den leeren Dummy Ordner kann man jetzt &amp;#039;&amp;#039;&amp;#039;löschen&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
 rm -r dummy-4.0.2&lt;br /&gt;
 rm dummy-4.0.3.tar.gz&lt;br /&gt;
 rm typo3_src-4.0.2.tar.gz&lt;br /&gt;
* Im Browser müßte jetzt schon was kommen (/typo3 oder /index.php)&lt;br /&gt;
* Mit dem vi Editor können wir die Die Funktion im Installer auskommentieren:&lt;br /&gt;
 vi typo3_src-4.0.2/install/index.php&lt;br /&gt;
* Mit i kommt man in den Einfügemodus Esc verläßt ihn :wq! speichert und schließt den Editor.&lt;br /&gt;
Hinweis: ab Version 4.1 reicht es eine Datei mit dem Namen ENABLE_INSTALL_TOOL im Verzeichnis typo3conf anzulegen um das Install Tool freizuschalten.&lt;br /&gt;
* Jetzt kann man den Typo3 Installer starten&lt;br /&gt;
* Um die Rechte im Terminal anzupassen kann man den Befehl chmod benutzen&lt;br /&gt;
&lt;br /&gt;
Rechte einstellen:(as root): There are at least two options.&lt;br /&gt;
Diese Schritte setzen die Rechte für 4 Ordner:&lt;br /&gt;
* fileadmin/&lt;br /&gt;
* typo3conf/&lt;br /&gt;
* typo3temp/&lt;br /&gt;
* uploads/&lt;br /&gt;
&lt;br /&gt;
a (am Besten)&lt;br /&gt;
&lt;br /&gt;
Diese Kommandos als root ausführen:&lt;br /&gt;
 chgrp -R &amp;lt;wwwserver&amp;gt; fileadmin typo3conf typo3temp uploads&lt;br /&gt;
 chmod -R g+w,o-rwx fileadmin typo3conf typo3temp uploads&lt;br /&gt;
&lt;br /&gt;
wobei &amp;lt;wwwserver&amp;gt; der Name der Gruppe des Webservers ist&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Hinweis:&amp;#039;&amp;#039;&amp;#039; bei 1und1 (mit Plesk) ist die Gruppe i.d.R. www und der Benutzer wwwrun&lt;br /&gt;
&lt;br /&gt;
b (nicht sicher aber einfach)&lt;br /&gt;
&lt;br /&gt;
Nicht auf geteilten Servern nutzen:&lt;br /&gt;
&lt;br /&gt;
Simply run this command:&lt;br /&gt;
 $ chmod -R a+w fileadmin typo3conf typo3temp uploads&lt;br /&gt;
&lt;br /&gt;
=== Beschreibung der Installation aus der Datei &amp;#039;install.txt&amp;#039; der Typo3 4.0.2 Distribution ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
**************************&lt;br /&gt;
* UNIX ARCHIVES OF TYPO3 *&lt;br /&gt;
**************************&lt;br /&gt;
&lt;br /&gt;
INTRODUCTION&lt;br /&gt;
============&lt;br /&gt;
&lt;br /&gt;
As you have downloaded this package you seem to know already about TYPO3.&lt;br /&gt;
If you don&amp;#039;t, visit http://typo3.org/ where you can find many useful&lt;br /&gt;
information.&lt;br /&gt;
&lt;br /&gt;
This short guide lists the important steps to install this package.&lt;br /&gt;
&lt;br /&gt;
By default TYPO3 installs into the folder:&lt;br /&gt;
   http://[your.site.name]/&amp;lt;this_site_name&amp;gt;/&lt;br /&gt;
&lt;br /&gt;
Read the additional instructions to install TYPO3 in the root folder:&lt;br /&gt;
   http://[your.site.name]/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
IMPORTANT NOTE&lt;br /&gt;
==============&lt;br /&gt;
&lt;br /&gt;
Please be aware of the fact that the file transfer protocol (FTP) does not&lt;br /&gt;
support Symlinks. You cannot unpack these archives locally and copy them&lt;br /&gt;
to your server using FTP, even if the target server actually is a Unix&lt;br /&gt;
server.&lt;br /&gt;
&lt;br /&gt;
So if you don&amp;#039;t have shell access, try to use a terminal emulator instead.&lt;br /&gt;
(PHPshell to give you an example - Google knows all of them!)&lt;br /&gt;
&lt;br /&gt;
If this doesn&amp;#039;t work you&amp;#039;ll have to stick back to the ZIP version :-(&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NEWBIE INFORMATION ABOUT THE TYPO3 FILESYSTEM STRUCTURE&lt;br /&gt;
=======================================================&lt;br /&gt;
&lt;br /&gt;
A Unix TYPO3 installation consists of two parts:&lt;br /&gt;
     1) The &amp;quot;source&amp;quot; package&lt;br /&gt;
     2) The &amp;quot;dummy&amp;quot; package&lt;br /&gt;
&lt;br /&gt;
The dummy package contains the skeleton directory structure for a TYPO3&lt;br /&gt;
installation and a symlink (&amp;#039;typo3_src&amp;#039;) to the location of the source&lt;br /&gt;
package which contains all the PHP files, images, JavaScript files, etc.&lt;br /&gt;
that TYPO3 needs to run.&lt;br /&gt;
&lt;br /&gt;
In other words: You can have several TYPO3 installations with just one&lt;br /&gt;
source package. A typical directory structure looks like this:&lt;br /&gt;
&lt;br /&gt;
/var/www/typo3_src-3.8.1/   # the untared 3.8.0 source package&lt;br /&gt;
/var/www/typo3_src-4.0/     # the untared 4.0 source package&lt;br /&gt;
/var/www/installation1/     # the untared dummy package of a TYPO3&lt;br /&gt;
                            # installation running on TYPO3 3.8.1&lt;br /&gt;
    /typo3_src  --&amp;gt; ../typo3_src-3.8.1/   # a symlink to the 3.8.1 source&lt;br /&gt;
    /typo3conf/&lt;br /&gt;
    /typo3temp/&lt;br /&gt;
    /fileadmin/&lt;br /&gt;
    /.../&lt;br /&gt;
/var/www/installation2/     # the untared dummy package of a TYPO3&lt;br /&gt;
                            # installation running on TYPO3 4.0&lt;br /&gt;
    /typo3_src  --&amp;gt; ../typo3_src-4.0/     # a symlink to the 4.0 source&lt;br /&gt;
    /typo3conf/&lt;br /&gt;
    /typo3temp/&lt;br /&gt;
    /fileadmin/&lt;br /&gt;
    /.../&lt;br /&gt;
&lt;br /&gt;
As you see, the two TYPO3-installations (possibly with different domains)&lt;br /&gt;
can use the same TYPO3 source package. You can even change the source&lt;br /&gt;
package simply be changing the symlink inside the installation directory.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
STEP BY STEP&lt;br /&gt;
============&lt;br /&gt;
&lt;br /&gt;
1 Get the TYPO3 source package and the TYPO3 dummy package.&lt;br /&gt;
&lt;br /&gt;
2 Copy the archives to the web root of your server.&lt;br /&gt;
  (Debian default is /var/www/, SuSE default is /srv/www/)&lt;br /&gt;
&lt;br /&gt;
3 Unpack the archives:&lt;br /&gt;
  $ tar xzf typo3_src-&amp;lt;version&amp;gt;.tar.gz&lt;br /&gt;
  $ tar xfz dummy-&amp;lt;version&amp;gt;.tar.gz&lt;br /&gt;
&lt;br /&gt;
4 Rename the dummy-&amp;lt;version&amp;gt; directory to fit your needs and make sure it&lt;br /&gt;
  is accessible by your webserver (for example by creating a virtual&lt;br /&gt;
  host). We assume you rename the directory to cms:&lt;br /&gt;
  $ mv dummy-&amp;lt;version&amp;gt; cms&lt;br /&gt;
&lt;br /&gt;
5 Set permissions (as root): There are at least two options.&lt;br /&gt;
  These steps will make four directories writable for the webserver:&lt;br /&gt;
  - cms/fileadmin/&lt;br /&gt;
  - cms/typo3conf/&lt;br /&gt;
  - cms/typo3temp/&lt;br /&gt;
  - cms/uploads/&lt;br /&gt;
&lt;br /&gt;
	5.a (recommended)&lt;br /&gt;
	    Run these commands as root in the cms/ directory:&lt;br /&gt;
	    # chgrp -R &amp;lt;wwwserver&amp;gt; fileadmin typo3conf typo3temp uploads&lt;br /&gt;
	    # chmod -R g+w,o-rwx fileadmin typo3conf typo3temp uploads&lt;br /&gt;
&lt;br /&gt;
	    ... where &amp;lt;wwwserver&amp;gt; is the name of the group your webserver&lt;br /&gt;
	    is running as&lt;br /&gt;
&lt;br /&gt;
	5.b (insecure but easy to apply)&lt;br /&gt;
	    I repeat: This is insecure!&lt;br /&gt;
	    Do not use this method if you are working on a shared server!&lt;br /&gt;
&lt;br /&gt;
	    Simply run this command:&lt;br /&gt;
	    $ chmod -R a+w fileadmin typo3conf typo3temp uploads&lt;br /&gt;
&lt;br /&gt;
6 Check the symlink cms/typo3_src and make sure it points to the source&lt;br /&gt;
  directory.&lt;br /&gt;
  (See above: &amp;quot;Newbie information about the TYPO3 filesystem structure&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
7 In your browser, visit&lt;br /&gt;
  http://[your.site.name]/cms/&lt;br /&gt;
&lt;br /&gt;
8 Follow the instructions in the 1-2-3 install tool&lt;br /&gt;
&lt;br /&gt;
9 From this point, you can access the backend through&lt;br /&gt;
  http://[your.site.name]/cms/typo3/&lt;br /&gt;
  with the username &amp;quot;admin&amp;quot; and password &amp;quot;password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
That&amp;#039;s it :-)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
INSTALLING TYPO3 IN THE WEBROOT FOLDER&lt;br /&gt;
======================================&lt;br /&gt;
&lt;br /&gt;
1 Follow the steps 1-6 above.&lt;br /&gt;
&lt;br /&gt;
2 Move the files in the cms/ folder up one level.&lt;br /&gt;
&lt;br /&gt;
  $ cd cms&lt;br /&gt;
  $ mv * ../&lt;br /&gt;
  $ cd ../&lt;br /&gt;
&lt;br /&gt;
3 Update the symlink&lt;br /&gt;
&lt;br /&gt;
  $ rm typo3_src&lt;br /&gt;
  $ ln -s ./typo3_src-&amp;lt;version&amp;gt; typo3_src&lt;br /&gt;
&lt;br /&gt;
4 Now TYPO3 runs in http://[your.site.name]/&lt;br /&gt;
&lt;br /&gt;
That&amp;#039;s it :-)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
WHAT SHOULD YOU DO IF YOU HAVE A PROBLEM?&lt;br /&gt;
=========================================&lt;br /&gt;
&lt;br /&gt;
TYPO3 is a powerful and complex professional application. When you start&lt;br /&gt;
out there will be many things you don´t understand, or that don&amp;#039;t seem to&lt;br /&gt;
make sense. There is a widely used mailing list (more information on&lt;br /&gt;
typo3.com &amp;amp; typo3.org) where many experienced users and developers&lt;br /&gt;
lurk... they are always willing to help, provided you followed these steps&lt;br /&gt;
BEFORE you ask your question:&lt;br /&gt;
&lt;br /&gt;
1 - Read all available documentation carefully&lt;br /&gt;
&lt;br /&gt;
2 - Read the webserver error logfiles&lt;br /&gt;
    (for example /var/log/apache/error.log)&lt;br /&gt;
&lt;br /&gt;
3 - Read all available documentation again&lt;br /&gt;
&lt;br /&gt;
4 - Search the mailing list archive carefully&lt;br /&gt;
&lt;br /&gt;
5 - If you still can&amp;#039;t figure it out - ask the list...:&lt;br /&gt;
      - Newsgroup:     news://news.netfielders.de/&lt;br /&gt;
      - Mailing lists: http://lists.netfielders.de/&lt;br /&gt;
&lt;br /&gt;
    When posting to one of the lists, see the following guidelines...&lt;br /&gt;
      - Be polite&lt;br /&gt;
	 Always include the version of used TYPO3 and server environment&lt;br /&gt;
	 (phpinfo())... note that this is available within the TYPO3&lt;br /&gt;
	 Install Tool&lt;br /&gt;
      - Be as specific and clear as possible - questions like &amp;quot;my TYPO3&lt;br /&gt;
	 installation does not work - what can I do???&amp;quot; will be ignored.&lt;br /&gt;
	 Although English may not be your first language, if those reading&lt;br /&gt;
	 your posting can&amp;#039;t understand it, you won&amp;#039;t get the help you need&lt;br /&gt;
      - If you are really having a tough time getting something working,&lt;br /&gt;
	 stay cool and don&amp;#039;t criticise or flame. Problems are normally&lt;br /&gt;
	 caused by lack of research into the documentation, or&lt;br /&gt;
	 misunderstanding, not because of bugs. Be logical about your&lt;br /&gt;
	 troubleshooting, and you&amp;#039;ll get there&lt;br /&gt;
&lt;br /&gt;
6 - If you have identified a genuine new bug, report it at&lt;br /&gt;
    http://bugs.typo3.org/ ...do not post to the list about it&lt;br /&gt;
&lt;br /&gt;
Please be aware that if you ask questions that are answered in the&lt;br /&gt;
available documentation, you may not get a reply, or any help from the&lt;br /&gt;
developers or any experienced users!&lt;br /&gt;
&lt;br /&gt;
We are aware that there is still some work to be done on the&lt;br /&gt;
documentation, and the platform for user support... please forgive us for&lt;br /&gt;
not having all these gaps filled. If you feel that some information is&lt;br /&gt;
missing, hard to find or just plain wrong, or you have a suggestion on&lt;br /&gt;
improving TYPO3 or the &amp;quot;support services&amp;quot;, please let us know so that we&lt;br /&gt;
can do what is necessary. You could also volunteer to help with the work!&lt;br /&gt;
&lt;br /&gt;
(c) Nigel Jackson, Ingmar Schlecht&lt;br /&gt;
    Unix related additions made by Michael Stucki and some Wiki users:&lt;br /&gt;
    http://wiki.typo3.org/index.php/Tgz-INSTALL.txt&lt;br /&gt;
&lt;br /&gt;
-- Michael Stucki &amp;lt;michael@typo3.org&amp;gt;  Sun,  26 Mar 2006  22:10:53 +0100&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
== Probleme mit Plesk ==&lt;br /&gt;
The script whose uid is 10001 is not allowed to access /httpdocs/html/typo3temp/cs owned by uid 30 in /httpdocs/html/t3lib/class.t3lib_div.php on line 2420&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Das deutet in der Regel darauf hin, dass was mit den User-Rechten der Files nicht passt. Bei Plesk sollten die Typo3 Sourcen, sowie &amp;quot;httpdocs&amp;quot; dem FTP-User aus der Gruppe &amp;quot;psaserv&amp;quot; gehören.&lt;br /&gt;
&lt;br /&gt;
== ImageMagick installieren ==&lt;br /&gt;
&lt;br /&gt;
ImageMagick auf Vserver global installieren&lt;br /&gt;
19 01 2007&lt;br /&gt;
&lt;br /&gt;
Wenn man ImageMagick auf seinem Vserver global installieren möchte, um für alle Typo3 installationen ImageMagick nutzen zu können, kann man wie folgt vorgehen.&lt;br /&gt;
&lt;br /&gt;
Auch hier eignet sich die  Version 4.2.9., zu finden unter typo3.org, recht gut.&lt;br /&gt;
http://typo3.sunsite.dk/software/linux/ &lt;br /&gt;
&lt;br /&gt;
Danach kopiert man am einfachsten mit winscp die Dateien auf den Server in das Verzeichnis:&lt;br /&gt;
&lt;br /&gt;
/usr/bin.&lt;br /&gt;
Hier ist nur der Ordner “bin” für diese Anwendung interessant.&lt;br /&gt;
Im Ordner “bin” findet man folgende Dateien:&lt;br /&gt;
&lt;br /&gt;
convert, combine, identify, convert.bin, combine.bin, identify.bin, wrapper.sh.&lt;br /&gt;
Die Dateien ohne die Endung “.bin” sind nur Verknüpfungen, und erstmal nicht wichtig.&lt;br /&gt;
Gebraucht werden nur convert.bin, combine.bin, identify.bin!&lt;br /&gt;
&lt;br /&gt;
Die Entpackten Dateien liegen nur im usr/bin Verzeichnis.&lt;br /&gt;
Typo3 fragt bei der Installation automatisch dieses Verzeichnis ab, und sucht nach der passenden Programmversion.&lt;br /&gt;
&lt;br /&gt;
Das wars&lt;br /&gt;
Kommentare : Keine Kommentare »&lt;br /&gt;
Kategorien : Typo3&lt;br /&gt;
imageMagick installieren auf verschiedenen Systemen&lt;br /&gt;
18 01 2007&lt;br /&gt;
&lt;br /&gt;
Da ich auf typo3.net des öfters über die Frage stolpere zur Installation von ImageMagick, will ich hier mal einen kleinen Workaround zeigen. Einmal auf einem VPS bei Hosteurope und auf einem 1und1 Webhosting Paket.&lt;br /&gt;
Beide Systeme laufen unter Suse Linux.&lt;br /&gt;
&lt;br /&gt;
Am besten fährt man mit der Version 4.2.9. Diese ist zu finden unter typo3.org&lt;br /&gt;
&lt;br /&gt;
http://typo3.sunsite.dk/software/linux/&lt;br /&gt;
&lt;br /&gt;
Auf den 1und1 Webhosting-Paketen läuft die Geschichte im Prinzip ziemlich einfach ab.&lt;br /&gt;
Falls keine root -Rechte vorhanden, entpackt man IM erstmal lokal in ein Verzeichnis.&lt;br /&gt;
Man erhält folgende Ordner Struktur.&lt;br /&gt;
&lt;br /&gt;
Hier ist nur der Ordner “bin” für diese Anwendung interessant.&lt;br /&gt;
Im Ordner “bin” findet man folgende Dateien:&lt;br /&gt;
&lt;br /&gt;
convert, combine, identify, convert.bin, combine.bin, identify.bin, wrapper.sh.&lt;br /&gt;
Die Dateien ohne die Endung “.bin” sind nur Verknüpfungen, und erstmal nicht wichtig.&lt;br /&gt;
Gebraucht werden nur convert.bin, combine.bin, identify.bin!&lt;br /&gt;
&lt;br /&gt;
Diese 3 Dateien kopiert man jetzt mit einem ftp Programm auf den Webspace&lt;br /&gt;
in den Ordner cgi-bin, und vergibt diesem Ordner vorerst mal alle Rechte (chmod 777)&lt;br /&gt;
&lt;br /&gt;
Im Ordner cgi-bin findet man nun die Dateien convert.bin, combine.bin, identify.bin&lt;br /&gt;
Wichtig ist jetzt, das die Endung .bin entfernt wird.&lt;br /&gt;
&lt;br /&gt;
Diesen 3 Dateien auch erstmal auf chmod 777&lt;br /&gt;
&lt;br /&gt;
Jetzt wechselt man ins Typo3 Install-tool auf den Punkt “All Configuration”&lt;br /&gt;
&lt;br /&gt;
Jetzt muss nur noch IM aktiviert werden, und der absolute Pfad zu den Dateien angeben werden.&lt;br /&gt;
Speichern nicht vergessen.&lt;br /&gt;
&lt;br /&gt;
Zur Kontrolle wechselt man jetzt noch mal zum Punkt “Basic Configuration”.&lt;br /&gt;
Dort müsste jetzt IM aktiviert und erkannt werden.&lt;br /&gt;
&lt;br /&gt;
Das war’s.&lt;br /&gt;
Installation unter einem VPS folgt&lt;br /&gt;
&lt;br /&gt;
Quelle (mit Bildern): http://www.webdesign-limburg.com/blog/?p=21 und http://www.webdesign-limburg.com/blog/?p=21&lt;br /&gt;
&lt;br /&gt;
=== auf Virtuellem Server (Suse) ===&lt;br /&gt;
Ist es schon da? &lt;br /&gt;
 convert -version&lt;br /&gt;
sollte dann die Version ausgeben&lt;br /&gt;
Anleitung unter:&lt;br /&gt;
http://www.imagemagick.org/script/install-source.php#unix&lt;br /&gt;
Klassisch:&lt;br /&gt;
&lt;br /&gt;
== Image Magick über SSH Zugang auf VMWare ==&lt;br /&gt;
Quelle: http://www.4many.net/imagemagick_setup.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ImageMagick Installation on Virtual Host Account with SSH Access&lt;br /&gt;
Situation: 	Customer got virtual host with ssh access&lt;br /&gt;
TYPO3 was installed&lt;br /&gt;
no ImageMagick&lt;br /&gt;
after installing static linked package imagemagick-4.2.9_i386-static-1.tar.gz&lt;br /&gt;
TYPO3 complained that no valid version could be found&lt;br /&gt;
Problem: 	It turned out that due to the virtual setup and the setup of the Apache the environment got lost and the ImageMagick.so.9 couldn&amp;#039;t be found during the exec()&lt;br /&gt;
Challenge: 	&lt;br /&gt;
&lt;br /&gt;
   1. convince the provider to change the setup&lt;br /&gt;
      Nice try!&lt;br /&gt;
   2. convince the provider to install ImageMagick globally&lt;br /&gt;
      No support for third party products&lt;br /&gt;
   3. fix it in TYPO3 to pass environment&lt;br /&gt;
      possible solution, just no time to do so&lt;br /&gt;
&lt;br /&gt;
Solution: 	Fixed it on script level&lt;br /&gt;
&lt;br /&gt;
   1. move required executable to *.bin, i.e.&lt;br /&gt;
&lt;br /&gt;
      mv convert convert.bin&lt;br /&gt;
      mv combine combine.bin&lt;br /&gt;
      mv identify identify.bin&lt;br /&gt;
&lt;br /&gt;
   2. create script&lt;br /&gt;
&lt;br /&gt;
      pico convert&lt;br /&gt;
&lt;br /&gt;
   3. content of the script file&lt;br /&gt;
&lt;br /&gt;
      #!/usr/local/bin/bash&lt;br /&gt;
      export PATH; PATH=&amp;quot;/home/usr203227042/ImageMagick-4.2.9/bin:$PATH&amp;quot;&lt;br /&gt;
      export MAGICK_HOME=&amp;quot;/home/usr203227042/ImageMagick-4.2.9&amp;quot;&lt;br /&gt;
      export LD_LIBRARY_PATH=&amp;quot;/home/usr203227042/ImageMagick-4.2.9/lib&amp;quot;&lt;br /&gt;
      /home/usr203227042/ImageMagick-4.2.9/bin/convert.bin $*&lt;br /&gt;
&lt;br /&gt;
   4. make script executable&lt;br /&gt;
&lt;br /&gt;
      chmod 755 convert&lt;br /&gt;
&lt;br /&gt;
   5. repeat steps 2.-4. for combine and identify and don&amp;#039;t forget to change convert.bin to the appropriate value&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Trennung von Produktions und Live-Server (Bearbeitung der Seiten und Darstellung) ==&lt;br /&gt;
Für den Website-Betrieb sind die Verzeichnisse TSLib und T3Lib notwendig um eine Website auszuliefern.&lt;br /&gt;
&lt;br /&gt;
Für die Bearbeitung von Seiten sind die Dateien im Typo3 Verzeichnis zuständig. Ohne Typo3 Verzeichnis gibt es kein Backend aber die Seiten funktionieren trotzdem. Ein gutes Mittel um die Seiten vor Angreifern zu schützen.&lt;br /&gt;
&lt;br /&gt;
siehe auch [[Typo3 - Update]]&lt;br /&gt;
&lt;br /&gt;
== Zentrale Typo3-Installation vs mehrere Typo3 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Verschiedene Gründe:&lt;br /&gt;
1. Es gibt aus Sicherheitsgründen keinen Remote Zugang für unseren Server. Das macht es etwas umständlicher.&lt;br /&gt;
&lt;br /&gt;
2. Von Version 3.7-3.8 gab es bei manchen Extensions Probleme mit Updates, bzw. es gab Extensions die das Typo auch mal aus dem Tritt brachten. Wenn wir alle Präsenzen auf einem Typo laufen lassen würden wären bei einem Fehler alle Homepages betroffen und Nebenwirkungen unter Umständen nicht so einfach zu sehen. Mit der getrennten Installation kann man auch bei sehr experimentellen Extensions relativ sicher updaten. Auch wenn wir verschiedene Datenbanken benutzen würden. Erst ab Version 4 gibt es außerdem die Möglichkeit Seiten vernünftig zu testen bevor Sie bei Änderungen Online gehen. Das war bisher nur mit einer ziemlich umständlichen Extension möglich.&lt;br /&gt;
&lt;br /&gt;
Manche würden das  vielleicht als Übervorsichtig auslegen. Im Endeffekt hat es nur den Nachteil der längeren Uploadzeiten. Speicherplatz spielt im Grunde kaum eine Rolle. Der Server wird auch nicht wesentlich mehr belastet. Weil die Skripte egal ob in einer oder in mehreren Typos ja immer für jede Anfrage abgearbeitet werden.&lt;br /&gt;
&lt;br /&gt;
3. Wir haben den Kunden eine komplette Installation verkauft mit der Sie machen können was Sie wollen. Dafür bekommen Sie natürlich auch eine eigene Installation.&lt;br /&gt;
&lt;br /&gt;
Für die Miettypos werden wir allerdings eine einzelne Installation benutzen. Für eine Agentur bietet sich ebenfalls eine eigene Installation an auf der die betreuten Präsenzen laufen.&lt;br /&gt;
&lt;br /&gt;
4. Manche Typos laufen auf anderen Servern ;-) Z.T. mit Anpassungen im Quellcode vom Typo. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Weitere Pro und Kontra Argumente ===&lt;br /&gt;
&lt;br /&gt;
* Zeitersparnis beim Update in zentraler Installation&lt;br /&gt;
* Ein Backend=&amp;gt;Admin Account unübersichtlich&lt;br /&gt;
&lt;br /&gt;
== automatische Installation ==&lt;br /&gt;
&lt;br /&gt;
Überlegungen zum automatischen Installieren:&lt;br /&gt;
&lt;br /&gt;
Ausgehend von einer fertigen Grundinstallation mit Benutzern und Rechten plus einigen Dummy-Seiten müßten sich per Knopfdruck Installationen anfertigen lassen.&lt;br /&gt;
&lt;br /&gt;
Einzelschritte:&lt;br /&gt;
* Notwendige Dateien (Typo3 System, Filadmin Ordner)&lt;br /&gt;
* Datenbank (inkl. Benutzer und Dummy Inhalten)&lt;br /&gt;
* Config-Datei (automatisiert ?)&lt;br /&gt;
&lt;br /&gt;
=== Vorstufen ===&lt;br /&gt;
1. Halbautomatisch&lt;br /&gt;
* komplettes DB Dump über phpMyAdmin o. mysqldump einspielen&lt;br /&gt;
* typo 3 Installieren &lt;br /&gt;
* fileadmin Ordner aufspielen&lt;br /&gt;
&lt;br /&gt;
2. Automatisch:&lt;br /&gt;
&lt;br /&gt;
* alle benötigten Dateien auf Server zum automatischen Download bereitstellen&lt;br /&gt;
* Batchdatei zum automatischen Ablauf&lt;br /&gt;
&lt;br /&gt;
3. Anpassungen:&lt;br /&gt;
* neuer Header&lt;br /&gt;
* Maße, Farben und Schrift im CSS&lt;br /&gt;
* Copyright anpassen&lt;br /&gt;
* Printversion anpassen&lt;br /&gt;
* Email Adresse in Kontaktformular&lt;br /&gt;
&lt;br /&gt;
== Typo3 - Update ==&lt;br /&gt;
=== 3.8 auf 4.0 ===&lt;br /&gt;
Ordner typo3, t3lib ersetzen&lt;br /&gt;
misc aufspielen&lt;br /&gt;
index.php ersetzen (root)&lt;br /&gt;
&lt;br /&gt;
Update Wizard im Install Tool ausführen&lt;br /&gt;
&lt;br /&gt;
Im Database Analyzer Compare und danach die erforderlichen Updates der Datenbanktabellen ausführen.&lt;br /&gt;
&lt;br /&gt;
Nicht benötigte Extensions entfernen und entsprechend Templates anpassen&lt;br /&gt;
&lt;br /&gt;
Alte Sprachpakete löschen und mit dem Translation Handling im Extension Manager die benötigten Sprachen aktualisieren.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Kompatibilitätsmodus 3.8 für Version 4 ===&lt;br /&gt;
Nach Update von 3.8.x auf 4.0 läuft das Typo zunächst im Kompatibilitätsmodus.&lt;br /&gt;
&lt;br /&gt;
Folgendes sollte verändert werden damit die Ausgabe auch nach umschalten wieder geht.&lt;br /&gt;
The following updates will be performed:&lt;br /&gt;
&lt;br /&gt;
changeCompatibilityVersion&lt;br /&gt;
TYPO3 output is currently compatible to version 3.8. To use all the new features in the current TYPO3 version, make sure you follow the guidelines below to upgrade without problems.&lt;br /&gt;
&lt;br /&gt;
Follow the steps below carefully and confirm every step!&lt;br /&gt;
You will see this list again after you performed the update.&lt;br /&gt;
CMS Frontend&lt;br /&gt;
&lt;br /&gt;
    *&lt;br /&gt;
&lt;br /&gt;
      Word separator character for simulateStaticDocument is changed from underscore (_) to hyphen (-) to make URLs more friendly for search enginesURLs that are already existing (e.g. external links to your site) will still work like before.&lt;br /&gt;
&lt;br /&gt;
      You can set the separator character back to an underscore by putting the following line into the Setup section of your Page TypoScript template:&lt;br /&gt;
&lt;br /&gt;
      config.simulateStaticDocuments_replacementChar = _&lt;br /&gt;
    *&lt;br /&gt;
&lt;br /&gt;
      CSS Stylesheets and JavaScript are put into an external file by default.&lt;br /&gt;
&lt;br /&gt;
      Technically, that means that the default value of &amp;quot;config.inlineStyle2TempFile&amp;quot; is now set to &amp;quot;1&amp;quot; and that of &amp;quot;config.removeDefaultJS&amp;quot; to &amp;quot;external&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 Acknowledged&lt;br /&gt;
CSS Styled Content: Accessibility improvements&lt;br /&gt;
&lt;br /&gt;
The rendering of the following elements will change:&lt;br /&gt;
&lt;br /&gt;
    * tt_content.menu (used f.e. for sitemaps): Instead of div-tags, lists are used now.&lt;br /&gt;
&lt;br /&gt;
    * tt_content.mailform: Mailforms do not use tables anymore, instead, they use the div-tag. Besides that, mailforms are accessible now.&lt;br /&gt;
&lt;br /&gt;
    * The p-tag has been removed from all table cells.&lt;br /&gt;
&lt;br /&gt;
    * CSS based &amp;quot;image&amp;quot; and &amp;quot;text with image&amp;quot;&lt;br /&gt;
      As the extension cron_cssstyledimgtext has been merged into the core, rendering of the content elements &amp;quot;image&amp;quot; and &amp;quot;text with image&amp;quot; has been changed to be CSS instead of table based. Read the 4.0 release notes for further information.&lt;br /&gt;
&lt;br /&gt;
You will have to update your stylesheets to comply with these changes.&lt;br /&gt;
&lt;br /&gt;
 Acknowledged&lt;br /&gt;
&lt;br /&gt;
 Check all (ignore selection above)&lt;br /&gt;
WARNING: this might break the output of your website.&lt;br /&gt;
Show database queries performed&lt;/div&gt;</summary>
		<author><name>91.47.77.141</name></author>
	</entry>
	<entry>
		<id>https://wiki.stephanschlegel.de/index.php?title=Typo3_-_Installation&amp;diff=1382</id>
		<title>Typo3 - Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Typo3_-_Installation&amp;diff=1382"/>
		<updated>2008-05-08T09:59:38Z</updated>

		<summary type="html">&lt;p&gt;91.47.77.141: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Typo3 Autoinstallation ==&lt;br /&gt;
Wünschenswert wäre ein Script, welches eine Typo3 Grundinstallation vollautomatisch durchführt. Als ersten Schritt einige Vorüberlegungen:&lt;br /&gt;
Die Installation sollte nach Angabe einer Datenbank die Typo3 Verzeichnisse hochladen, auspacken und das Konfigurationsfile mit den Datenbankwerten belegen. Weiterhin sollte die Datenbank bereits einen Admin-User einige Seiten und einige Grundtemplates enthalten. Typo3 enthält ja die Möglichkeit im DB Teil der installation ein eigenes .sql File zu benutzen, welches bereits die nötigen Werte enthält.&lt;br /&gt;
&lt;br /&gt;
== Grundsätzliche Installation ==&lt;br /&gt;
&lt;br /&gt;
=== Uploaden ===&lt;br /&gt;
&lt;br /&gt;
# Typo3 - Dummy auf den Server laden&lt;br /&gt;
# Aus dem Installscript /typo3/install/index.php die die() Funktion auskommentieren&lt;br /&gt;
# Install Skript im Browser aufrufen (Standard Passwort ist joh316)&lt;br /&gt;
# Passwort ändern !! und neu einloggen (evt. Schreibrecht für /typo3/typo3conf/localconf.php setzten)&lt;br /&gt;
&lt;br /&gt;
=== Basic Configuration ===&lt;br /&gt;
&lt;br /&gt;
# Schreibrechte für die rot markierten Ordner ändern und den den fileadmin Ordner ebenfalls schreibbar machen.&lt;br /&gt;
# Datenbank Zugangsdaten eingeben. Host ist in der Regel &amp;#039;localhost&amp;#039;&lt;br /&gt;
# Update localconf.php klicken dann click to continue&lt;br /&gt;
# Jetzt die Datenbank im neuen Dropdownfeld. Auswählen&lt;br /&gt;
# Encryption key: Generate Knopf klicken&lt;br /&gt;
&lt;br /&gt;
=== Database Analyser ===&lt;br /&gt;
# Benötigte Tabellen anlegen: Compare klicken - dann write to database&lt;br /&gt;
# Dump static data IMPORT  	&lt;br /&gt;
# (Notwendig?) Tabellen füllen mit statischen Templates typo3conf/database.sql (1.1 M) ebenfalls Compare und write to database&lt;br /&gt;
# admin User erstellen damit man sich im Backend einloggen kann.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Hinweis:&amp;#039;&amp;#039;&amp;#039; wenn man eine gute leere Installation hat kann man diese Daten komplett in ein sql-Standardfile exportieren und bei einer frischen Typo3 Installation komplett einspielen.&lt;br /&gt;
&lt;br /&gt;
=== All Configuration ===&lt;br /&gt;
# [gdlib_2] auf 1 stellen Wenn GDlib Version 2 Verwendet wird&lt;br /&gt;
# [TTFdpi] muß auf 96 stehen wenn die Schrift im Bild bei &amp;#039;Basic Configuration&amp;#039; nicht vollständig angezeigt wird.&lt;br /&gt;
# [noEdit] auf 0 stellen dann kann man vom Backend-Bereich Text-Dateien (z.B. CSS-Files) verändern.&lt;br /&gt;
# [warning_email_addr] setzten dann bekommt man eine Email wenn sich jemand viermal falsch einloggt&lt;br /&gt;
&lt;br /&gt;
=== Wichtige ToDos im Typo Backend ===&lt;br /&gt;
siehe auch [[Typo3 - Grundeinstellungen]]&lt;br /&gt;
&lt;br /&gt;
# Passwort für Install Tool ändern&lt;br /&gt;
# Ab Typo4.x DB References Updaten&lt;br /&gt;
# Deutsche Sprachpakete im Extension Manage laden (für 3.8 die CSH Files)&lt;br /&gt;
# Standard Templates TS-Templates evt. HTML Template und CSS (für TV und Automaketemplate die Extensions nicht vergessen)&lt;br /&gt;
# Benutzer Konfiguration bzw. Page Konfiguration (UserTS und PageTS)&lt;br /&gt;
# Standard Extensions installieren&lt;br /&gt;
&lt;br /&gt;
== Typo3 auf Unix installieren ==&lt;br /&gt;
Wenn man einen Shell Zugang zum Server hat, bietet sich eine Installation mit den tar Paketen an. Das geht erstens schneller als per FTP und man hat die Möglichkeit mit Symlinks zu arbeiten, die ein späteres Update erleichtern.&lt;br /&gt;
So gehts:&lt;br /&gt;
* Evt. Shell-Zugang erlauben (z.B. mit bash Terminal. Später wieder abschalten!)&lt;br /&gt;
* Remote Zugang z.B. mit Putty herstellen (Session &amp;gt; [IP], SSH / &lt;br /&gt;
* Entweder per FTP die tars (&amp;#039;&amp;#039;&amp;#039;Source und Dummy&amp;#039;&amp;#039;&amp;#039;) &amp;#039;&amp;#039;&amp;#039;hochladen&amp;#039;&amp;#039;&amp;#039; oder direkt mit der Shell vom Server aus laden z.B. mit&lt;br /&gt;
 wget http://prdownloads.sourceforge.net/typo3/typo3_src-4.0.4.tar.gz?download&lt;br /&gt;
 wget http://prdownloads.sourceforge.net/typo3/dummy-4.0.4.tar.gz?download&lt;br /&gt;
... (siehe Typo3 Buch)&lt;br /&gt;
&lt;br /&gt;
* jetzt beide Pakete &amp;#039;&amp;#039;&amp;#039;auspacken&amp;#039;&amp;#039;&amp;#039;  &lt;br /&gt;
&lt;br /&gt;
 tar xzf dummy-4.0.2.tar.gz&lt;br /&gt;
 tar xzf typo3_src-4.0.2.tar.gz&lt;br /&gt;
&lt;br /&gt;
* Es entstehen die Verzeichnisse&lt;br /&gt;
 typo3_src-4.0.2&lt;br /&gt;
 dummy-4.0.2&lt;br /&gt;
&lt;br /&gt;
der Inhalt des Dummy Paket liegt später direkt auf der Hauptebene. Deshalb &amp;#039;&amp;#039;&amp;#039;verschieben&amp;#039;&amp;#039;&amp;#039; wir den Inhalt des &amp;#039;&amp;#039;&amp;#039;Dummy Paket&amp;#039;&amp;#039;&amp;#039; eine Ebene nach unten in das Wurzelverzeichnis (die aktuelle Ebene).&lt;br /&gt;
  mv dummy-4.0.2/* ./&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Hinweis: Eine weitere Möglichkeit wäre die Dateien im Ordner zu belassen, ihn sinnvoll umzubenennen (z.B. cms/) und die Domain z.B. als virtual Host auf den Unterordner gehen zu lassen.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Es gibt einen &amp;#039;&amp;#039;&amp;#039;Symlink&amp;#039;&amp;#039;&amp;#039; auf der Hauptebene (vorher im Dummy-Verzeichnis)&lt;br /&gt;
  typo3_src -&amp;gt; ../NameDesTypo3SourceOrdners&lt;br /&gt;
  Damit der Symlink stimmt müssen wir Ihn ändern (d.h. löschen oder überschreiben)&lt;br /&gt;
&lt;br /&gt;
 ln -s typo3_src-4.0.2 typo3_src &lt;br /&gt;
&lt;br /&gt;
Wenn man den typo3_src Symlink auf eine andere Source umbiegt kann man ganz schnell ein Update ausprobieren oder eine neue source testen&lt;br /&gt;
* Die Archive und den leeren Dummy Ordner kann man jetzt &amp;#039;&amp;#039;&amp;#039;löschen&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
 rm -r dummy-4.0.2&lt;br /&gt;
 rm dummy-4.0.3.tar.gz&lt;br /&gt;
 rm typo3_src-4.0.2.tar.gz&lt;br /&gt;
* Im Browser müßte jetzt schon was kommen (/typo3 oder /index.php)&lt;br /&gt;
* Mit dem vi Editor können wir die Die Funktion im Installer auskommentieren:&lt;br /&gt;
 vi typo3_src-4.0.2/install/index.php&lt;br /&gt;
* Mit i kommt man in den Einfügemodus Esc verläßt ihn :wq! speichert und schließt den Editor.&lt;br /&gt;
Hinweis: ab Version 4.1 reicht es eine Datei mit dem Namen ENABLE_INSTALL_TOOL im Verzeichnis typo3conf anzulegen um das Install Tool freizuschalten.&lt;br /&gt;
* Jetzt kann man den Typo3 Installer starten&lt;br /&gt;
* Um die Rechte im Terminal anzupassen kann man den Befehl chmod benutzen&lt;br /&gt;
&lt;br /&gt;
Rechte einstellen:(as root): There are at least two options.&lt;br /&gt;
Diese Schritte setzen die Rechte für 4 Ordner:&lt;br /&gt;
* fileadmin/&lt;br /&gt;
* typo3conf/&lt;br /&gt;
* typo3temp/&lt;br /&gt;
* uploads/&lt;br /&gt;
&lt;br /&gt;
a (am Besten)&lt;br /&gt;
&lt;br /&gt;
Diese Kommandos als root ausführen:&lt;br /&gt;
 chgrp -R &amp;lt;wwwserver&amp;gt; fileadmin typo3conf typo3temp uploads&lt;br /&gt;
 chmod -R g+w,o-rwx fileadmin typo3conf typo3temp uploads&lt;br /&gt;
&lt;br /&gt;
wobei &amp;lt;wwwserver&amp;gt; der Name der Gruppe des Webservers ist&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Hinweis:&amp;#039;&amp;#039;&amp;#039; bei 1und1 (mit Plesk) ist die Gruppe i.d.R. www und der Benutzer wwwrun&lt;br /&gt;
&lt;br /&gt;
b (nicht sicher aber einfach)&lt;br /&gt;
&lt;br /&gt;
Nicht auf geteilten Servern nutzen:&lt;br /&gt;
&lt;br /&gt;
Simply run this command:&lt;br /&gt;
 $ chmod -R a+w fileadmin typo3conf typo3temp uploads&lt;br /&gt;
&lt;br /&gt;
=== Beschreibung der Installation aus der Datei &amp;#039;install.txt&amp;#039; der Typo3 4.0.2 Distribution ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
**************************&lt;br /&gt;
* UNIX ARCHIVES OF TYPO3 *&lt;br /&gt;
**************************&lt;br /&gt;
&lt;br /&gt;
INTRODUCTION&lt;br /&gt;
============&lt;br /&gt;
&lt;br /&gt;
As you have downloaded this package you seem to know already about TYPO3.&lt;br /&gt;
If you don&amp;#039;t, visit http://typo3.org/ where you can find many useful&lt;br /&gt;
information.&lt;br /&gt;
&lt;br /&gt;
This short guide lists the important steps to install this package.&lt;br /&gt;
&lt;br /&gt;
By default TYPO3 installs into the folder:&lt;br /&gt;
   http://[your.site.name]/&amp;lt;this_site_name&amp;gt;/&lt;br /&gt;
&lt;br /&gt;
Read the additional instructions to install TYPO3 in the root folder:&lt;br /&gt;
   http://[your.site.name]/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
IMPORTANT NOTE&lt;br /&gt;
==============&lt;br /&gt;
&lt;br /&gt;
Please be aware of the fact that the file transfer protocol (FTP) does not&lt;br /&gt;
support Symlinks. You cannot unpack these archives locally and copy them&lt;br /&gt;
to your server using FTP, even if the target server actually is a Unix&lt;br /&gt;
server.&lt;br /&gt;
&lt;br /&gt;
So if you don&amp;#039;t have shell access, try to use a terminal emulator instead.&lt;br /&gt;
(PHPshell to give you an example - Google knows all of them!)&lt;br /&gt;
&lt;br /&gt;
If this doesn&amp;#039;t work you&amp;#039;ll have to stick back to the ZIP version :-(&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NEWBIE INFORMATION ABOUT THE TYPO3 FILESYSTEM STRUCTURE&lt;br /&gt;
=======================================================&lt;br /&gt;
&lt;br /&gt;
A Unix TYPO3 installation consists of two parts:&lt;br /&gt;
     1) The &amp;quot;source&amp;quot; package&lt;br /&gt;
     2) The &amp;quot;dummy&amp;quot; package&lt;br /&gt;
&lt;br /&gt;
The dummy package contains the skeleton directory structure for a TYPO3&lt;br /&gt;
installation and a symlink (&amp;#039;typo3_src&amp;#039;) to the location of the source&lt;br /&gt;
package which contains all the PHP files, images, JavaScript files, etc.&lt;br /&gt;
that TYPO3 needs to run.&lt;br /&gt;
&lt;br /&gt;
In other words: You can have several TYPO3 installations with just one&lt;br /&gt;
source package. A typical directory structure looks like this:&lt;br /&gt;
&lt;br /&gt;
/var/www/typo3_src-3.8.1/   # the untared 3.8.0 source package&lt;br /&gt;
/var/www/typo3_src-4.0/     # the untared 4.0 source package&lt;br /&gt;
/var/www/installation1/     # the untared dummy package of a TYPO3&lt;br /&gt;
                            # installation running on TYPO3 3.8.1&lt;br /&gt;
    /typo3_src  --&amp;gt; ../typo3_src-3.8.1/   # a symlink to the 3.8.1 source&lt;br /&gt;
    /typo3conf/&lt;br /&gt;
    /typo3temp/&lt;br /&gt;
    /fileadmin/&lt;br /&gt;
    /.../&lt;br /&gt;
/var/www/installation2/     # the untared dummy package of a TYPO3&lt;br /&gt;
                            # installation running on TYPO3 4.0&lt;br /&gt;
    /typo3_src  --&amp;gt; ../typo3_src-4.0/     # a symlink to the 4.0 source&lt;br /&gt;
    /typo3conf/&lt;br /&gt;
    /typo3temp/&lt;br /&gt;
    /fileadmin/&lt;br /&gt;
    /.../&lt;br /&gt;
&lt;br /&gt;
As you see, the two TYPO3-installations (possibly with different domains)&lt;br /&gt;
can use the same TYPO3 source package. You can even change the source&lt;br /&gt;
package simply be changing the symlink inside the installation directory.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
STEP BY STEP&lt;br /&gt;
============&lt;br /&gt;
&lt;br /&gt;
1 Get the TYPO3 source package and the TYPO3 dummy package.&lt;br /&gt;
&lt;br /&gt;
2 Copy the archives to the web root of your server.&lt;br /&gt;
  (Debian default is /var/www/, SuSE default is /srv/www/)&lt;br /&gt;
&lt;br /&gt;
3 Unpack the archives:&lt;br /&gt;
  $ tar xzf typo3_src-&amp;lt;version&amp;gt;.tar.gz&lt;br /&gt;
  $ tar xfz dummy-&amp;lt;version&amp;gt;.tar.gz&lt;br /&gt;
&lt;br /&gt;
4 Rename the dummy-&amp;lt;version&amp;gt; directory to fit your needs and make sure it&lt;br /&gt;
  is accessible by your webserver (for example by creating a virtual&lt;br /&gt;
  host). We assume you rename the directory to cms:&lt;br /&gt;
  $ mv dummy-&amp;lt;version&amp;gt; cms&lt;br /&gt;
&lt;br /&gt;
5 Set permissions (as root): There are at least two options.&lt;br /&gt;
  These steps will make four directories writable for the webserver:&lt;br /&gt;
  - cms/fileadmin/&lt;br /&gt;
  - cms/typo3conf/&lt;br /&gt;
  - cms/typo3temp/&lt;br /&gt;
  - cms/uploads/&lt;br /&gt;
&lt;br /&gt;
	5.a (recommended)&lt;br /&gt;
	    Run these commands as root in the cms/ directory:&lt;br /&gt;
	    # chgrp -R &amp;lt;wwwserver&amp;gt; fileadmin typo3conf typo3temp uploads&lt;br /&gt;
	    # chmod -R g+w,o-rwx fileadmin typo3conf typo3temp uploads&lt;br /&gt;
&lt;br /&gt;
	    ... where &amp;lt;wwwserver&amp;gt; is the name of the group your webserver&lt;br /&gt;
	    is running as&lt;br /&gt;
&lt;br /&gt;
	5.b (insecure but easy to apply)&lt;br /&gt;
	    I repeat: This is insecure!&lt;br /&gt;
	    Do not use this method if you are working on a shared server!&lt;br /&gt;
&lt;br /&gt;
	    Simply run this command:&lt;br /&gt;
	    $ chmod -R a+w fileadmin typo3conf typo3temp uploads&lt;br /&gt;
&lt;br /&gt;
6 Check the symlink cms/typo3_src and make sure it points to the source&lt;br /&gt;
  directory.&lt;br /&gt;
  (See above: &amp;quot;Newbie information about the TYPO3 filesystem structure&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
7 In your browser, visit&lt;br /&gt;
  http://[your.site.name]/cms/&lt;br /&gt;
&lt;br /&gt;
8 Follow the instructions in the 1-2-3 install tool&lt;br /&gt;
&lt;br /&gt;
9 From this point, you can access the backend through&lt;br /&gt;
  http://[your.site.name]/cms/typo3/&lt;br /&gt;
  with the username &amp;quot;admin&amp;quot; and password &amp;quot;password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
That&amp;#039;s it :-)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
INSTALLING TYPO3 IN THE WEBROOT FOLDER&lt;br /&gt;
======================================&lt;br /&gt;
&lt;br /&gt;
1 Follow the steps 1-6 above.&lt;br /&gt;
&lt;br /&gt;
2 Move the files in the cms/ folder up one level.&lt;br /&gt;
&lt;br /&gt;
  $ cd cms&lt;br /&gt;
  $ mv * ../&lt;br /&gt;
  $ cd ../&lt;br /&gt;
&lt;br /&gt;
3 Update the symlink&lt;br /&gt;
&lt;br /&gt;
  $ rm typo3_src&lt;br /&gt;
  $ ln -s ./typo3_src-&amp;lt;version&amp;gt; typo3_src&lt;br /&gt;
&lt;br /&gt;
4 Now TYPO3 runs in http://[your.site.name]/&lt;br /&gt;
&lt;br /&gt;
That&amp;#039;s it :-)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
WHAT SHOULD YOU DO IF YOU HAVE A PROBLEM?&lt;br /&gt;
=========================================&lt;br /&gt;
&lt;br /&gt;
TYPO3 is a powerful and complex professional application. When you start&lt;br /&gt;
out there will be many things you don´t understand, or that don&amp;#039;t seem to&lt;br /&gt;
make sense. There is a widely used mailing list (more information on&lt;br /&gt;
typo3.com &amp;amp; typo3.org) where many experienced users and developers&lt;br /&gt;
lurk... they are always willing to help, provided you followed these steps&lt;br /&gt;
BEFORE you ask your question:&lt;br /&gt;
&lt;br /&gt;
1 - Read all available documentation carefully&lt;br /&gt;
&lt;br /&gt;
2 - Read the webserver error logfiles&lt;br /&gt;
    (for example /var/log/apache/error.log)&lt;br /&gt;
&lt;br /&gt;
3 - Read all available documentation again&lt;br /&gt;
&lt;br /&gt;
4 - Search the mailing list archive carefully&lt;br /&gt;
&lt;br /&gt;
5 - If you still can&amp;#039;t figure it out - ask the list...:&lt;br /&gt;
      - Newsgroup:     news://news.netfielders.de/&lt;br /&gt;
      - Mailing lists: http://lists.netfielders.de/&lt;br /&gt;
&lt;br /&gt;
    When posting to one of the lists, see the following guidelines...&lt;br /&gt;
      - Be polite&lt;br /&gt;
	 Always include the version of used TYPO3 and server environment&lt;br /&gt;
	 (phpinfo())... note that this is available within the TYPO3&lt;br /&gt;
	 Install Tool&lt;br /&gt;
      - Be as specific and clear as possible - questions like &amp;quot;my TYPO3&lt;br /&gt;
	 installation does not work - what can I do???&amp;quot; will be ignored.&lt;br /&gt;
	 Although English may not be your first language, if those reading&lt;br /&gt;
	 your posting can&amp;#039;t understand it, you won&amp;#039;t get the help you need&lt;br /&gt;
      - If you are really having a tough time getting something working,&lt;br /&gt;
	 stay cool and don&amp;#039;t criticise or flame. Problems are normally&lt;br /&gt;
	 caused by lack of research into the documentation, or&lt;br /&gt;
	 misunderstanding, not because of bugs. Be logical about your&lt;br /&gt;
	 troubleshooting, and you&amp;#039;ll get there&lt;br /&gt;
&lt;br /&gt;
6 - If you have identified a genuine new bug, report it at&lt;br /&gt;
    http://bugs.typo3.org/ ...do not post to the list about it&lt;br /&gt;
&lt;br /&gt;
Please be aware that if you ask questions that are answered in the&lt;br /&gt;
available documentation, you may not get a reply, or any help from the&lt;br /&gt;
developers or any experienced users!&lt;br /&gt;
&lt;br /&gt;
We are aware that there is still some work to be done on the&lt;br /&gt;
documentation, and the platform for user support... please forgive us for&lt;br /&gt;
not having all these gaps filled. If you feel that some information is&lt;br /&gt;
missing, hard to find or just plain wrong, or you have a suggestion on&lt;br /&gt;
improving TYPO3 or the &amp;quot;support services&amp;quot;, please let us know so that we&lt;br /&gt;
can do what is necessary. You could also volunteer to help with the work!&lt;br /&gt;
&lt;br /&gt;
(c) Nigel Jackson, Ingmar Schlecht&lt;br /&gt;
    Unix related additions made by Michael Stucki and some Wiki users:&lt;br /&gt;
    http://wiki.typo3.org/index.php/Tgz-INSTALL.txt&lt;br /&gt;
&lt;br /&gt;
-- Michael Stucki &amp;lt;michael@typo3.org&amp;gt;  Sun,  26 Mar 2006  22:10:53 +0100&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
== Probleme mit Plesk ==&lt;br /&gt;
The script whose uid is 10001 is not allowed to access /httpdocs/html/typo3temp/cs owned by uid 30 in /httpdocs/html/t3lib/class.t3lib_div.php on line 2420&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Das deutet in der Regel darauf hin, dass was mit den User-Rechten der Files nicht passt. Bei Plesk sollten die Typo3 Sourcen, sowie &amp;quot;httpdocs&amp;quot; dem FTP-User aus der Gruppe &amp;quot;psaserv&amp;quot; gehören.&lt;br /&gt;
&lt;br /&gt;
== ImageMagick installieren ==&lt;br /&gt;
=== auf Virtuellem Server (Suse) ==&lt;br /&gt;
Ist es schon da? &lt;br /&gt;
 convert -version&lt;br /&gt;
sollte dann die Version ausgeben&lt;br /&gt;
Anleitung unter:&lt;br /&gt;
http://www.imagemagick.org/script/install-source.php#unix&lt;br /&gt;
Klassisch: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Image Magick über SSH Zugang auf VMWare ==&lt;br /&gt;
Quelle: http://www.4many.net/imagemagick_setup.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ImageMagick Installation on Virtual Host Account with SSH Access&lt;br /&gt;
Situation: 	Customer got virtual host with ssh access&lt;br /&gt;
TYPO3 was installed&lt;br /&gt;
no ImageMagick&lt;br /&gt;
after installing static linked package imagemagick-4.2.9_i386-static-1.tar.gz&lt;br /&gt;
TYPO3 complained that no valid version could be found&lt;br /&gt;
Problem: 	It turned out that due to the virtual setup and the setup of the Apache the environment got lost and the ImageMagick.so.9 couldn&amp;#039;t be found during the exec()&lt;br /&gt;
Challenge: 	&lt;br /&gt;
&lt;br /&gt;
   1. convince the provider to change the setup&lt;br /&gt;
      Nice try!&lt;br /&gt;
   2. convince the provider to install ImageMagick globally&lt;br /&gt;
      No support for third party products&lt;br /&gt;
   3. fix it in TYPO3 to pass environment&lt;br /&gt;
      possible solution, just no time to do so&lt;br /&gt;
&lt;br /&gt;
Solution: 	Fixed it on script level&lt;br /&gt;
&lt;br /&gt;
   1. move required executable to *.bin, i.e.&lt;br /&gt;
&lt;br /&gt;
      mv convert convert.bin&lt;br /&gt;
      mv combine combine.bin&lt;br /&gt;
      mv identify identify.bin&lt;br /&gt;
&lt;br /&gt;
   2. create script&lt;br /&gt;
&lt;br /&gt;
      pico convert&lt;br /&gt;
&lt;br /&gt;
   3. content of the script file&lt;br /&gt;
&lt;br /&gt;
      #!/usr/local/bin/bash&lt;br /&gt;
      export PATH; PATH=&amp;quot;/home/usr203227042/ImageMagick-4.2.9/bin:$PATH&amp;quot;&lt;br /&gt;
      export MAGICK_HOME=&amp;quot;/home/usr203227042/ImageMagick-4.2.9&amp;quot;&lt;br /&gt;
      export LD_LIBRARY_PATH=&amp;quot;/home/usr203227042/ImageMagick-4.2.9/lib&amp;quot;&lt;br /&gt;
      /home/usr203227042/ImageMagick-4.2.9/bin/convert.bin $*&lt;br /&gt;
&lt;br /&gt;
   4. make script executable&lt;br /&gt;
&lt;br /&gt;
      chmod 755 convert&lt;br /&gt;
&lt;br /&gt;
   5. repeat steps 2.-4. for combine and identify and don&amp;#039;t forget to change convert.bin to the appropriate value&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Trennung von Produktions und Live-Server (Bearbeitung der Seiten und Darstellung) ==&lt;br /&gt;
Für den Website-Betrieb sind die Verzeichnisse TSLib und T3Lib notwendig um eine Website auszuliefern.&lt;br /&gt;
&lt;br /&gt;
Für die Bearbeitung von Seiten sind die Dateien im Typo3 Verzeichnis zuständig. Ohne Typo3 Verzeichnis gibt es kein Backend aber die Seiten funktionieren trotzdem. Ein gutes Mittel um die Seiten vor Angreifern zu schützen.&lt;br /&gt;
&lt;br /&gt;
siehe auch [[Typo3 - Update]]&lt;br /&gt;
&lt;br /&gt;
== Zentrale Typo3-Installation vs mehrere Typo3 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Verschiedene Gründe:&lt;br /&gt;
1. Es gibt aus Sicherheitsgründen keinen Remote Zugang für unseren Server. Das macht es etwas umständlicher.&lt;br /&gt;
&lt;br /&gt;
2. Von Version 3.7-3.8 gab es bei manchen Extensions Probleme mit Updates, bzw. es gab Extensions die das Typo auch mal aus dem Tritt brachten. Wenn wir alle Präsenzen auf einem Typo laufen lassen würden wären bei einem Fehler alle Homepages betroffen und Nebenwirkungen unter Umständen nicht so einfach zu sehen. Mit der getrennten Installation kann man auch bei sehr experimentellen Extensions relativ sicher updaten. Auch wenn wir verschiedene Datenbanken benutzen würden. Erst ab Version 4 gibt es außerdem die Möglichkeit Seiten vernünftig zu testen bevor Sie bei Änderungen Online gehen. Das war bisher nur mit einer ziemlich umständlichen Extension möglich.&lt;br /&gt;
&lt;br /&gt;
Manche würden das  vielleicht als Übervorsichtig auslegen. Im Endeffekt hat es nur den Nachteil der längeren Uploadzeiten. Speicherplatz spielt im Grunde kaum eine Rolle. Der Server wird auch nicht wesentlich mehr belastet. Weil die Skripte egal ob in einer oder in mehreren Typos ja immer für jede Anfrage abgearbeitet werden.&lt;br /&gt;
&lt;br /&gt;
3. Wir haben den Kunden eine komplette Installation verkauft mit der Sie machen können was Sie wollen. Dafür bekommen Sie natürlich auch eine eigene Installation.&lt;br /&gt;
&lt;br /&gt;
Für die Miettypos werden wir allerdings eine einzelne Installation benutzen. Für eine Agentur bietet sich ebenfalls eine eigene Installation an auf der die betreuten Präsenzen laufen.&lt;br /&gt;
&lt;br /&gt;
4. Manche Typos laufen auf anderen Servern ;-) Z.T. mit Anpassungen im Quellcode vom Typo. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Weitere Pro und Kontra Argumente ===&lt;br /&gt;
&lt;br /&gt;
* Zeitersparnis beim Update in zentraler Installation&lt;br /&gt;
* Ein Backend=&amp;gt;Admin Account unübersichtlich&lt;br /&gt;
&lt;br /&gt;
== automatische Installation ==&lt;br /&gt;
&lt;br /&gt;
Überlegungen zum automatischen Installieren:&lt;br /&gt;
&lt;br /&gt;
Ausgehend von einer fertigen Grundinstallation mit Benutzern und Rechten plus einigen Dummy-Seiten müßten sich per Knopfdruck Installationen anfertigen lassen.&lt;br /&gt;
&lt;br /&gt;
Einzelschritte:&lt;br /&gt;
* Notwendige Dateien (Typo3 System, Filadmin Ordner)&lt;br /&gt;
* Datenbank (inkl. Benutzer und Dummy Inhalten)&lt;br /&gt;
* Config-Datei (automatisiert ?)&lt;br /&gt;
&lt;br /&gt;
=== Vorstufen ===&lt;br /&gt;
1. Halbautomatisch&lt;br /&gt;
* komplettes DB Dump über phpMyAdmin o. mysqldump einspielen&lt;br /&gt;
* typo 3 Installieren &lt;br /&gt;
* fileadmin Ordner aufspielen&lt;br /&gt;
&lt;br /&gt;
2. Automatisch:&lt;br /&gt;
&lt;br /&gt;
* alle benötigten Dateien auf Server zum automatischen Download bereitstellen&lt;br /&gt;
* Batchdatei zum automatischen Ablauf&lt;br /&gt;
&lt;br /&gt;
3. Anpassungen:&lt;br /&gt;
* neuer Header&lt;br /&gt;
* Maße, Farben und Schrift im CSS&lt;br /&gt;
* Copyright anpassen&lt;br /&gt;
* Printversion anpassen&lt;br /&gt;
* Email Adresse in Kontaktformular&lt;br /&gt;
&lt;br /&gt;
== Typo3 - Update ==&lt;br /&gt;
=== 3.8 auf 4.0 ===&lt;br /&gt;
Ordner typo3, t3lib ersetzen&lt;br /&gt;
misc aufspielen&lt;br /&gt;
index.php ersetzen (root)&lt;br /&gt;
&lt;br /&gt;
Update Wizard im Install Tool ausführen&lt;br /&gt;
&lt;br /&gt;
Im Database Analyzer Compare und danach die erforderlichen Updates der Datenbanktabellen ausführen.&lt;br /&gt;
&lt;br /&gt;
Nicht benötigte Extensions entfernen und entsprechend Templates anpassen&lt;br /&gt;
&lt;br /&gt;
Alte Sprachpakete löschen und mit dem Translation Handling im Extension Manager die benötigten Sprachen aktualisieren.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Kompatibilitätsmodus 3.8 für Version 4 ===&lt;br /&gt;
Nach Update von 3.8.x auf 4.0 läuft das Typo zunächst im Kompatibilitätsmodus.&lt;br /&gt;
&lt;br /&gt;
Folgendes sollte verändert werden damit die Ausgabe auch nach umschalten wieder geht.&lt;br /&gt;
The following updates will be performed:&lt;br /&gt;
&lt;br /&gt;
changeCompatibilityVersion&lt;br /&gt;
TYPO3 output is currently compatible to version 3.8. To use all the new features in the current TYPO3 version, make sure you follow the guidelines below to upgrade without problems.&lt;br /&gt;
&lt;br /&gt;
Follow the steps below carefully and confirm every step!&lt;br /&gt;
You will see this list again after you performed the update.&lt;br /&gt;
CMS Frontend&lt;br /&gt;
&lt;br /&gt;
    *&lt;br /&gt;
&lt;br /&gt;
      Word separator character for simulateStaticDocument is changed from underscore (_) to hyphen (-) to make URLs more friendly for search enginesURLs that are already existing (e.g. external links to your site) will still work like before.&lt;br /&gt;
&lt;br /&gt;
      You can set the separator character back to an underscore by putting the following line into the Setup section of your Page TypoScript template:&lt;br /&gt;
&lt;br /&gt;
      config.simulateStaticDocuments_replacementChar = _&lt;br /&gt;
    *&lt;br /&gt;
&lt;br /&gt;
      CSS Stylesheets and JavaScript are put into an external file by default.&lt;br /&gt;
&lt;br /&gt;
      Technically, that means that the default value of &amp;quot;config.inlineStyle2TempFile&amp;quot; is now set to &amp;quot;1&amp;quot; and that of &amp;quot;config.removeDefaultJS&amp;quot; to &amp;quot;external&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 Acknowledged&lt;br /&gt;
CSS Styled Content: Accessibility improvements&lt;br /&gt;
&lt;br /&gt;
The rendering of the following elements will change:&lt;br /&gt;
&lt;br /&gt;
    * tt_content.menu (used f.e. for sitemaps): Instead of div-tags, lists are used now.&lt;br /&gt;
&lt;br /&gt;
    * tt_content.mailform: Mailforms do not use tables anymore, instead, they use the div-tag. Besides that, mailforms are accessible now.&lt;br /&gt;
&lt;br /&gt;
    * The p-tag has been removed from all table cells.&lt;br /&gt;
&lt;br /&gt;
    * CSS based &amp;quot;image&amp;quot; and &amp;quot;text with image&amp;quot;&lt;br /&gt;
      As the extension cron_cssstyledimgtext has been merged into the core, rendering of the content elements &amp;quot;image&amp;quot; and &amp;quot;text with image&amp;quot; has been changed to be CSS instead of table based. Read the 4.0 release notes for further information.&lt;br /&gt;
&lt;br /&gt;
You will have to update your stylesheets to comply with these changes.&lt;br /&gt;
&lt;br /&gt;
 Acknowledged&lt;br /&gt;
&lt;br /&gt;
 Check all (ignore selection above)&lt;br /&gt;
WARNING: this might break the output of your website.&lt;br /&gt;
Show database queries performed&lt;/div&gt;</summary>
		<author><name>91.47.77.141</name></author>
	</entry>
	<entry>
		<id>https://wiki.stephanschlegel.de/index.php?title=Typo3_-_Installation&amp;diff=1381</id>
		<title>Typo3 - Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Typo3_-_Installation&amp;diff=1381"/>
		<updated>2008-05-08T09:49:32Z</updated>

		<summary type="html">&lt;p&gt;91.47.77.141: /* Image Magick über SSH Zugang auf VMWare */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Typo3 Autoinstallation ==&lt;br /&gt;
Wünschenswert wäre ein Script, welches eine Typo3 Grundinstallation vollautomatisch durchführt. Als ersten Schritt einige Vorüberlegungen:&lt;br /&gt;
Die Installation sollte nach Angabe einer Datenbank die Typo3 Verzeichnisse hochladen, auspacken und das Konfigurationsfile mit den Datenbankwerten belegen. Weiterhin sollte die Datenbank bereits einen Admin-User einige Seiten und einige Grundtemplates enthalten. Typo3 enthält ja die Möglichkeit im DB Teil der installation ein eigenes .sql File zu benutzen, welches bereits die nötigen Werte enthält.&lt;br /&gt;
&lt;br /&gt;
== Grundsätzliche Installation ==&lt;br /&gt;
&lt;br /&gt;
=== Uploaden ===&lt;br /&gt;
&lt;br /&gt;
# Typo3 - Dummy auf den Server laden&lt;br /&gt;
# Aus dem Installscript /typo3/install/index.php die die() Funktion auskommentieren&lt;br /&gt;
# Install Skript im Browser aufrufen (Standard Passwort ist joh316)&lt;br /&gt;
# Passwort ändern !! und neu einloggen (evt. Schreibrecht für /typo3/typo3conf/localconf.php setzten)&lt;br /&gt;
&lt;br /&gt;
=== Basic Configuration ===&lt;br /&gt;
&lt;br /&gt;
# Schreibrechte für die rot markierten Ordner ändern und den den fileadmin Ordner ebenfalls schreibbar machen.&lt;br /&gt;
# Datenbank Zugangsdaten eingeben. Host ist in der Regel &amp;#039;localhost&amp;#039;&lt;br /&gt;
# Update localconf.php klicken dann click to continue&lt;br /&gt;
# Jetzt die Datenbank im neuen Dropdownfeld. Auswählen&lt;br /&gt;
# Encryption key: Generate Knopf klicken&lt;br /&gt;
&lt;br /&gt;
=== Database Analyser ===&lt;br /&gt;
# Benötigte Tabellen anlegen: Compare klicken - dann write to database&lt;br /&gt;
# Dump static data IMPORT  	&lt;br /&gt;
# (Notwendig?) Tabellen füllen mit statischen Templates typo3conf/database.sql (1.1 M) ebenfalls Compare und write to database&lt;br /&gt;
# admin User erstellen damit man sich im Backend einloggen kann.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Hinweis:&amp;#039;&amp;#039;&amp;#039; wenn man eine gute leere Installation hat kann man diese Daten komplett in ein sql-Standardfile exportieren und bei einer frischen Typo3 Installation komplett einspielen.&lt;br /&gt;
&lt;br /&gt;
=== All Configuration ===&lt;br /&gt;
# [gdlib_2] auf 1 stellen Wenn GDlib Version 2 Verwendet wird&lt;br /&gt;
# [TTFdpi] muß auf 96 stehen wenn die Schrift im Bild bei &amp;#039;Basic Configuration&amp;#039; nicht vollständig angezeigt wird.&lt;br /&gt;
# [noEdit] auf 0 stellen dann kann man vom Backend-Bereich Text-Dateien (z.B. CSS-Files) verändern.&lt;br /&gt;
# [warning_email_addr] setzten dann bekommt man eine Email wenn sich jemand viermal falsch einloggt&lt;br /&gt;
&lt;br /&gt;
=== Wichtige ToDos im Typo Backend ===&lt;br /&gt;
siehe auch [[Typo3 - Grundeinstellungen]]&lt;br /&gt;
&lt;br /&gt;
# Passwort für Install Tool ändern&lt;br /&gt;
# Ab Typo4.x DB References Updaten&lt;br /&gt;
# Deutsche Sprachpakete im Extension Manage laden (für 3.8 die CSH Files)&lt;br /&gt;
# Standard Templates TS-Templates evt. HTML Template und CSS (für TV und Automaketemplate die Extensions nicht vergessen)&lt;br /&gt;
# Benutzer Konfiguration bzw. Page Konfiguration (UserTS und PageTS)&lt;br /&gt;
# Standard Extensions installieren&lt;br /&gt;
&lt;br /&gt;
== Typo3 auf Unix installieren ==&lt;br /&gt;
Wenn man einen Shell Zugang zum Server hat, bietet sich eine Installation mit den tar Paketen an. Das geht erstens schneller als per FTP und man hat die Möglichkeit mit Symlinks zu arbeiten, die ein späteres Update erleichtern.&lt;br /&gt;
So gehts:&lt;br /&gt;
* Evt. Shell-Zugang erlauben (z.B. mit bash Terminal. Später wieder abschalten!)&lt;br /&gt;
* Remote Zugang z.B. mit Putty herstellen (Session &amp;gt; [IP], SSH / &lt;br /&gt;
* Entweder per FTP die tars (&amp;#039;&amp;#039;&amp;#039;Source und Dummy&amp;#039;&amp;#039;&amp;#039;) &amp;#039;&amp;#039;&amp;#039;hochladen&amp;#039;&amp;#039;&amp;#039; oder direkt mit der Shell vom Server aus laden z.B. mit&lt;br /&gt;
 wget http://prdownloads.sourceforge.net/typo3/typo3_src-4.0.4.tar.gz?download&lt;br /&gt;
 wget http://prdownloads.sourceforge.net/typo3/dummy-4.0.4.tar.gz?download&lt;br /&gt;
... (siehe Typo3 Buch)&lt;br /&gt;
&lt;br /&gt;
* jetzt beide Pakete &amp;#039;&amp;#039;&amp;#039;auspacken&amp;#039;&amp;#039;&amp;#039;  &lt;br /&gt;
&lt;br /&gt;
 tar xzf dummy-4.0.2.tar.gz&lt;br /&gt;
 tar xzf typo3_src-4.0.2.tar.gz&lt;br /&gt;
&lt;br /&gt;
* Es entstehen die Verzeichnisse&lt;br /&gt;
 typo3_src-4.0.2&lt;br /&gt;
 dummy-4.0.2&lt;br /&gt;
&lt;br /&gt;
der Inhalt des Dummy Paket liegt später direkt auf der Hauptebene. Deshalb &amp;#039;&amp;#039;&amp;#039;verschieben&amp;#039;&amp;#039;&amp;#039; wir den Inhalt des &amp;#039;&amp;#039;&amp;#039;Dummy Paket&amp;#039;&amp;#039;&amp;#039; eine Ebene nach unten in das Wurzelverzeichnis (die aktuelle Ebene).&lt;br /&gt;
  mv dummy-4.0.2/* ./&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Hinweis: Eine weitere Möglichkeit wäre die Dateien im Ordner zu belassen, ihn sinnvoll umzubenennen (z.B. cms/) und die Domain z.B. als virtual Host auf den Unterordner gehen zu lassen.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Es gibt einen &amp;#039;&amp;#039;&amp;#039;Symlink&amp;#039;&amp;#039;&amp;#039; auf der Hauptebene (vorher im Dummy-Verzeichnis)&lt;br /&gt;
  typo3_src -&amp;gt; ../NameDesTypo3SourceOrdners&lt;br /&gt;
  Damit der Symlink stimmt müssen wir Ihn ändern (d.h. löschen oder überschreiben)&lt;br /&gt;
&lt;br /&gt;
 ln -s typo3_src-4.0.2 typo3_src &lt;br /&gt;
&lt;br /&gt;
Wenn man den typo3_src Symlink auf eine andere Source umbiegt kann man ganz schnell ein Update ausprobieren oder eine neue source testen&lt;br /&gt;
* Die Archive und den leeren Dummy Ordner kann man jetzt &amp;#039;&amp;#039;&amp;#039;löschen&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
 rm -r dummy-4.0.2&lt;br /&gt;
 rm dummy-4.0.3.tar.gz&lt;br /&gt;
 rm typo3_src-4.0.2.tar.gz&lt;br /&gt;
* Im Browser müßte jetzt schon was kommen (/typo3 oder /index.php)&lt;br /&gt;
* Mit dem vi Editor können wir die Die Funktion im Installer auskommentieren:&lt;br /&gt;
 vi typo3_src-4.0.2/install/index.php&lt;br /&gt;
* Mit i kommt man in den Einfügemodus Esc verläßt ihn :wq! speichert und schließt den Editor.&lt;br /&gt;
Hinweis: ab Version 4.1 reicht es eine Datei mit dem Namen ENABLE_INSTALL_TOOL im Verzeichnis typo3conf anzulegen um das Install Tool freizuschalten.&lt;br /&gt;
* Jetzt kann man den Typo3 Installer starten&lt;br /&gt;
* Um die Rechte im Terminal anzupassen kann man den Befehl chmod benutzen&lt;br /&gt;
&lt;br /&gt;
Rechte einstellen:(as root): There are at least two options.&lt;br /&gt;
Diese Schritte setzen die Rechte für 4 Ordner:&lt;br /&gt;
* fileadmin/&lt;br /&gt;
* typo3conf/&lt;br /&gt;
* typo3temp/&lt;br /&gt;
* uploads/&lt;br /&gt;
&lt;br /&gt;
a (am Besten)&lt;br /&gt;
&lt;br /&gt;
Diese Kommandos als root ausführen:&lt;br /&gt;
 chgrp -R &amp;lt;wwwserver&amp;gt; fileadmin typo3conf typo3temp uploads&lt;br /&gt;
 chmod -R g+w,o-rwx fileadmin typo3conf typo3temp uploads&lt;br /&gt;
&lt;br /&gt;
wobei &amp;lt;wwwserver&amp;gt; der Name der Gruppe des Webservers ist&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Hinweis:&amp;#039;&amp;#039;&amp;#039; bei 1und1 (mit Plesk) ist die Gruppe i.d.R. www und der Benutzer wwwrun&lt;br /&gt;
&lt;br /&gt;
b (nicht sicher aber einfach)&lt;br /&gt;
&lt;br /&gt;
Nicht auf geteilten Servern nutzen:&lt;br /&gt;
&lt;br /&gt;
Simply run this command:&lt;br /&gt;
 $ chmod -R a+w fileadmin typo3conf typo3temp uploads&lt;br /&gt;
&lt;br /&gt;
=== Beschreibung der Installation aus der Datei &amp;#039;install.txt&amp;#039; der Typo3 4.0.2 Distribution ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
**************************&lt;br /&gt;
* UNIX ARCHIVES OF TYPO3 *&lt;br /&gt;
**************************&lt;br /&gt;
&lt;br /&gt;
INTRODUCTION&lt;br /&gt;
============&lt;br /&gt;
&lt;br /&gt;
As you have downloaded this package you seem to know already about TYPO3.&lt;br /&gt;
If you don&amp;#039;t, visit http://typo3.org/ where you can find many useful&lt;br /&gt;
information.&lt;br /&gt;
&lt;br /&gt;
This short guide lists the important steps to install this package.&lt;br /&gt;
&lt;br /&gt;
By default TYPO3 installs into the folder:&lt;br /&gt;
   http://[your.site.name]/&amp;lt;this_site_name&amp;gt;/&lt;br /&gt;
&lt;br /&gt;
Read the additional instructions to install TYPO3 in the root folder:&lt;br /&gt;
   http://[your.site.name]/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
IMPORTANT NOTE&lt;br /&gt;
==============&lt;br /&gt;
&lt;br /&gt;
Please be aware of the fact that the file transfer protocol (FTP) does not&lt;br /&gt;
support Symlinks. You cannot unpack these archives locally and copy them&lt;br /&gt;
to your server using FTP, even if the target server actually is a Unix&lt;br /&gt;
server.&lt;br /&gt;
&lt;br /&gt;
So if you don&amp;#039;t have shell access, try to use a terminal emulator instead.&lt;br /&gt;
(PHPshell to give you an example - Google knows all of them!)&lt;br /&gt;
&lt;br /&gt;
If this doesn&amp;#039;t work you&amp;#039;ll have to stick back to the ZIP version :-(&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NEWBIE INFORMATION ABOUT THE TYPO3 FILESYSTEM STRUCTURE&lt;br /&gt;
=======================================================&lt;br /&gt;
&lt;br /&gt;
A Unix TYPO3 installation consists of two parts:&lt;br /&gt;
     1) The &amp;quot;source&amp;quot; package&lt;br /&gt;
     2) The &amp;quot;dummy&amp;quot; package&lt;br /&gt;
&lt;br /&gt;
The dummy package contains the skeleton directory structure for a TYPO3&lt;br /&gt;
installation and a symlink (&amp;#039;typo3_src&amp;#039;) to the location of the source&lt;br /&gt;
package which contains all the PHP files, images, JavaScript files, etc.&lt;br /&gt;
that TYPO3 needs to run.&lt;br /&gt;
&lt;br /&gt;
In other words: You can have several TYPO3 installations with just one&lt;br /&gt;
source package. A typical directory structure looks like this:&lt;br /&gt;
&lt;br /&gt;
/var/www/typo3_src-3.8.1/   # the untared 3.8.0 source package&lt;br /&gt;
/var/www/typo3_src-4.0/     # the untared 4.0 source package&lt;br /&gt;
/var/www/installation1/     # the untared dummy package of a TYPO3&lt;br /&gt;
                            # installation running on TYPO3 3.8.1&lt;br /&gt;
    /typo3_src  --&amp;gt; ../typo3_src-3.8.1/   # a symlink to the 3.8.1 source&lt;br /&gt;
    /typo3conf/&lt;br /&gt;
    /typo3temp/&lt;br /&gt;
    /fileadmin/&lt;br /&gt;
    /.../&lt;br /&gt;
/var/www/installation2/     # the untared dummy package of a TYPO3&lt;br /&gt;
                            # installation running on TYPO3 4.0&lt;br /&gt;
    /typo3_src  --&amp;gt; ../typo3_src-4.0/     # a symlink to the 4.0 source&lt;br /&gt;
    /typo3conf/&lt;br /&gt;
    /typo3temp/&lt;br /&gt;
    /fileadmin/&lt;br /&gt;
    /.../&lt;br /&gt;
&lt;br /&gt;
As you see, the two TYPO3-installations (possibly with different domains)&lt;br /&gt;
can use the same TYPO3 source package. You can even change the source&lt;br /&gt;
package simply be changing the symlink inside the installation directory.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
STEP BY STEP&lt;br /&gt;
============&lt;br /&gt;
&lt;br /&gt;
1 Get the TYPO3 source package and the TYPO3 dummy package.&lt;br /&gt;
&lt;br /&gt;
2 Copy the archives to the web root of your server.&lt;br /&gt;
  (Debian default is /var/www/, SuSE default is /srv/www/)&lt;br /&gt;
&lt;br /&gt;
3 Unpack the archives:&lt;br /&gt;
  $ tar xzf typo3_src-&amp;lt;version&amp;gt;.tar.gz&lt;br /&gt;
  $ tar xfz dummy-&amp;lt;version&amp;gt;.tar.gz&lt;br /&gt;
&lt;br /&gt;
4 Rename the dummy-&amp;lt;version&amp;gt; directory to fit your needs and make sure it&lt;br /&gt;
  is accessible by your webserver (for example by creating a virtual&lt;br /&gt;
  host). We assume you rename the directory to cms:&lt;br /&gt;
  $ mv dummy-&amp;lt;version&amp;gt; cms&lt;br /&gt;
&lt;br /&gt;
5 Set permissions (as root): There are at least two options.&lt;br /&gt;
  These steps will make four directories writable for the webserver:&lt;br /&gt;
  - cms/fileadmin/&lt;br /&gt;
  - cms/typo3conf/&lt;br /&gt;
  - cms/typo3temp/&lt;br /&gt;
  - cms/uploads/&lt;br /&gt;
&lt;br /&gt;
	5.a (recommended)&lt;br /&gt;
	    Run these commands as root in the cms/ directory:&lt;br /&gt;
	    # chgrp -R &amp;lt;wwwserver&amp;gt; fileadmin typo3conf typo3temp uploads&lt;br /&gt;
	    # chmod -R g+w,o-rwx fileadmin typo3conf typo3temp uploads&lt;br /&gt;
&lt;br /&gt;
	    ... where &amp;lt;wwwserver&amp;gt; is the name of the group your webserver&lt;br /&gt;
	    is running as&lt;br /&gt;
&lt;br /&gt;
	5.b (insecure but easy to apply)&lt;br /&gt;
	    I repeat: This is insecure!&lt;br /&gt;
	    Do not use this method if you are working on a shared server!&lt;br /&gt;
&lt;br /&gt;
	    Simply run this command:&lt;br /&gt;
	    $ chmod -R a+w fileadmin typo3conf typo3temp uploads&lt;br /&gt;
&lt;br /&gt;
6 Check the symlink cms/typo3_src and make sure it points to the source&lt;br /&gt;
  directory.&lt;br /&gt;
  (See above: &amp;quot;Newbie information about the TYPO3 filesystem structure&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
7 In your browser, visit&lt;br /&gt;
  http://[your.site.name]/cms/&lt;br /&gt;
&lt;br /&gt;
8 Follow the instructions in the 1-2-3 install tool&lt;br /&gt;
&lt;br /&gt;
9 From this point, you can access the backend through&lt;br /&gt;
  http://[your.site.name]/cms/typo3/&lt;br /&gt;
  with the username &amp;quot;admin&amp;quot; and password &amp;quot;password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
That&amp;#039;s it :-)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
INSTALLING TYPO3 IN THE WEBROOT FOLDER&lt;br /&gt;
======================================&lt;br /&gt;
&lt;br /&gt;
1 Follow the steps 1-6 above.&lt;br /&gt;
&lt;br /&gt;
2 Move the files in the cms/ folder up one level.&lt;br /&gt;
&lt;br /&gt;
  $ cd cms&lt;br /&gt;
  $ mv * ../&lt;br /&gt;
  $ cd ../&lt;br /&gt;
&lt;br /&gt;
3 Update the symlink&lt;br /&gt;
&lt;br /&gt;
  $ rm typo3_src&lt;br /&gt;
  $ ln -s ./typo3_src-&amp;lt;version&amp;gt; typo3_src&lt;br /&gt;
&lt;br /&gt;
4 Now TYPO3 runs in http://[your.site.name]/&lt;br /&gt;
&lt;br /&gt;
That&amp;#039;s it :-)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
WHAT SHOULD YOU DO IF YOU HAVE A PROBLEM?&lt;br /&gt;
=========================================&lt;br /&gt;
&lt;br /&gt;
TYPO3 is a powerful and complex professional application. When you start&lt;br /&gt;
out there will be many things you don´t understand, or that don&amp;#039;t seem to&lt;br /&gt;
make sense. There is a widely used mailing list (more information on&lt;br /&gt;
typo3.com &amp;amp; typo3.org) where many experienced users and developers&lt;br /&gt;
lurk... they are always willing to help, provided you followed these steps&lt;br /&gt;
BEFORE you ask your question:&lt;br /&gt;
&lt;br /&gt;
1 - Read all available documentation carefully&lt;br /&gt;
&lt;br /&gt;
2 - Read the webserver error logfiles&lt;br /&gt;
    (for example /var/log/apache/error.log)&lt;br /&gt;
&lt;br /&gt;
3 - Read all available documentation again&lt;br /&gt;
&lt;br /&gt;
4 - Search the mailing list archive carefully&lt;br /&gt;
&lt;br /&gt;
5 - If you still can&amp;#039;t figure it out - ask the list...:&lt;br /&gt;
      - Newsgroup:     news://news.netfielders.de/&lt;br /&gt;
      - Mailing lists: http://lists.netfielders.de/&lt;br /&gt;
&lt;br /&gt;
    When posting to one of the lists, see the following guidelines...&lt;br /&gt;
      - Be polite&lt;br /&gt;
	 Always include the version of used TYPO3 and server environment&lt;br /&gt;
	 (phpinfo())... note that this is available within the TYPO3&lt;br /&gt;
	 Install Tool&lt;br /&gt;
      - Be as specific and clear as possible - questions like &amp;quot;my TYPO3&lt;br /&gt;
	 installation does not work - what can I do???&amp;quot; will be ignored.&lt;br /&gt;
	 Although English may not be your first language, if those reading&lt;br /&gt;
	 your posting can&amp;#039;t understand it, you won&amp;#039;t get the help you need&lt;br /&gt;
      - If you are really having a tough time getting something working,&lt;br /&gt;
	 stay cool and don&amp;#039;t criticise or flame. Problems are normally&lt;br /&gt;
	 caused by lack of research into the documentation, or&lt;br /&gt;
	 misunderstanding, not because of bugs. Be logical about your&lt;br /&gt;
	 troubleshooting, and you&amp;#039;ll get there&lt;br /&gt;
&lt;br /&gt;
6 - If you have identified a genuine new bug, report it at&lt;br /&gt;
    http://bugs.typo3.org/ ...do not post to the list about it&lt;br /&gt;
&lt;br /&gt;
Please be aware that if you ask questions that are answered in the&lt;br /&gt;
available documentation, you may not get a reply, or any help from the&lt;br /&gt;
developers or any experienced users!&lt;br /&gt;
&lt;br /&gt;
We are aware that there is still some work to be done on the&lt;br /&gt;
documentation, and the platform for user support... please forgive us for&lt;br /&gt;
not having all these gaps filled. If you feel that some information is&lt;br /&gt;
missing, hard to find or just plain wrong, or you have a suggestion on&lt;br /&gt;
improving TYPO3 or the &amp;quot;support services&amp;quot;, please let us know so that we&lt;br /&gt;
can do what is necessary. You could also volunteer to help with the work!&lt;br /&gt;
&lt;br /&gt;
(c) Nigel Jackson, Ingmar Schlecht&lt;br /&gt;
    Unix related additions made by Michael Stucki and some Wiki users:&lt;br /&gt;
    http://wiki.typo3.org/index.php/Tgz-INSTALL.txt&lt;br /&gt;
&lt;br /&gt;
-- Michael Stucki &amp;lt;michael@typo3.org&amp;gt;  Sun,  26 Mar 2006  22:10:53 +0100&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
== Probleme mit Plesk ==&lt;br /&gt;
The script whose uid is 10001 is not allowed to access /httpdocs/html/typo3temp/cs owned by uid 30 in /httpdocs/html/t3lib/class.t3lib_div.php on line 2420&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Das deutet in der Regel darauf hin, dass was mit den User-Rechten der Files nicht passt. Bei Plesk sollten die Typo3 Sourcen, sowie &amp;quot;httpdocs&amp;quot; dem FTP-User aus der Gruppe &amp;quot;psaserv&amp;quot; gehören.&lt;br /&gt;
&lt;br /&gt;
== ImageMagick installieren ==&lt;br /&gt;
=== auf Virtuellem Server (Suse) ==&lt;br /&gt;
Klassisch: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Image Magick über SSH Zugang auf VMWare ==&lt;br /&gt;
Quelle: http://www.4many.net/imagemagick_setup.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ImageMagick Installation on Virtual Host Account with SSH Access&lt;br /&gt;
Situation: 	Customer got virtual host with ssh access&lt;br /&gt;
TYPO3 was installed&lt;br /&gt;
no ImageMagick&lt;br /&gt;
after installing static linked package imagemagick-4.2.9_i386-static-1.tar.gz&lt;br /&gt;
TYPO3 complained that no valid version could be found&lt;br /&gt;
Problem: 	It turned out that due to the virtual setup and the setup of the Apache the environment got lost and the ImageMagick.so.9 couldn&amp;#039;t be found during the exec()&lt;br /&gt;
Challenge: 	&lt;br /&gt;
&lt;br /&gt;
   1. convince the provider to change the setup&lt;br /&gt;
      Nice try!&lt;br /&gt;
   2. convince the provider to install ImageMagick globally&lt;br /&gt;
      No support for third party products&lt;br /&gt;
   3. fix it in TYPO3 to pass environment&lt;br /&gt;
      possible solution, just no time to do so&lt;br /&gt;
&lt;br /&gt;
Solution: 	Fixed it on script level&lt;br /&gt;
&lt;br /&gt;
   1. move required executable to *.bin, i.e.&lt;br /&gt;
&lt;br /&gt;
      mv convert convert.bin&lt;br /&gt;
      mv combine combine.bin&lt;br /&gt;
      mv identify identify.bin&lt;br /&gt;
&lt;br /&gt;
   2. create script&lt;br /&gt;
&lt;br /&gt;
      pico convert&lt;br /&gt;
&lt;br /&gt;
   3. content of the script file&lt;br /&gt;
&lt;br /&gt;
      #!/usr/local/bin/bash&lt;br /&gt;
      export PATH; PATH=&amp;quot;/home/usr203227042/ImageMagick-4.2.9/bin:$PATH&amp;quot;&lt;br /&gt;
      export MAGICK_HOME=&amp;quot;/home/usr203227042/ImageMagick-4.2.9&amp;quot;&lt;br /&gt;
      export LD_LIBRARY_PATH=&amp;quot;/home/usr203227042/ImageMagick-4.2.9/lib&amp;quot;&lt;br /&gt;
      /home/usr203227042/ImageMagick-4.2.9/bin/convert.bin $*&lt;br /&gt;
&lt;br /&gt;
   4. make script executable&lt;br /&gt;
&lt;br /&gt;
      chmod 755 convert&lt;br /&gt;
&lt;br /&gt;
   5. repeat steps 2.-4. for combine and identify and don&amp;#039;t forget to change convert.bin to the appropriate value&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Trennung von Produktions und Live-Server (Bearbeitung der Seiten und Darstellung) ==&lt;br /&gt;
Für den Website-Betrieb sind die Verzeichnisse TSLib und T3Lib notwendig um eine Website auszuliefern.&lt;br /&gt;
&lt;br /&gt;
Für die Bearbeitung von Seiten sind die Dateien im Typo3 Verzeichnis zuständig. Ohne Typo3 Verzeichnis gibt es kein Backend aber die Seiten funktionieren trotzdem. Ein gutes Mittel um die Seiten vor Angreifern zu schützen.&lt;br /&gt;
&lt;br /&gt;
siehe auch [[Typo3 - Update]]&lt;br /&gt;
&lt;br /&gt;
== Zentrale Typo3-Installation vs mehrere Typo3 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Verschiedene Gründe:&lt;br /&gt;
1. Es gibt aus Sicherheitsgründen keinen Remote Zugang für unseren Server. Das macht es etwas umständlicher.&lt;br /&gt;
&lt;br /&gt;
2. Von Version 3.7-3.8 gab es bei manchen Extensions Probleme mit Updates, bzw. es gab Extensions die das Typo auch mal aus dem Tritt brachten. Wenn wir alle Präsenzen auf einem Typo laufen lassen würden wären bei einem Fehler alle Homepages betroffen und Nebenwirkungen unter Umständen nicht so einfach zu sehen. Mit der getrennten Installation kann man auch bei sehr experimentellen Extensions relativ sicher updaten. Auch wenn wir verschiedene Datenbanken benutzen würden. Erst ab Version 4 gibt es außerdem die Möglichkeit Seiten vernünftig zu testen bevor Sie bei Änderungen Online gehen. Das war bisher nur mit einer ziemlich umständlichen Extension möglich.&lt;br /&gt;
&lt;br /&gt;
Manche würden das  vielleicht als Übervorsichtig auslegen. Im Endeffekt hat es nur den Nachteil der längeren Uploadzeiten. Speicherplatz spielt im Grunde kaum eine Rolle. Der Server wird auch nicht wesentlich mehr belastet. Weil die Skripte egal ob in einer oder in mehreren Typos ja immer für jede Anfrage abgearbeitet werden.&lt;br /&gt;
&lt;br /&gt;
3. Wir haben den Kunden eine komplette Installation verkauft mit der Sie machen können was Sie wollen. Dafür bekommen Sie natürlich auch eine eigene Installation.&lt;br /&gt;
&lt;br /&gt;
Für die Miettypos werden wir allerdings eine einzelne Installation benutzen. Für eine Agentur bietet sich ebenfalls eine eigene Installation an auf der die betreuten Präsenzen laufen.&lt;br /&gt;
&lt;br /&gt;
4. Manche Typos laufen auf anderen Servern ;-) Z.T. mit Anpassungen im Quellcode vom Typo. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Weitere Pro und Kontra Argumente ===&lt;br /&gt;
&lt;br /&gt;
* Zeitersparnis beim Update in zentraler Installation&lt;br /&gt;
* Ein Backend=&amp;gt;Admin Account unübersichtlich&lt;br /&gt;
&lt;br /&gt;
== automatische Installation ==&lt;br /&gt;
&lt;br /&gt;
Überlegungen zum automatischen Installieren:&lt;br /&gt;
&lt;br /&gt;
Ausgehend von einer fertigen Grundinstallation mit Benutzern und Rechten plus einigen Dummy-Seiten müßten sich per Knopfdruck Installationen anfertigen lassen.&lt;br /&gt;
&lt;br /&gt;
Einzelschritte:&lt;br /&gt;
* Notwendige Dateien (Typo3 System, Filadmin Ordner)&lt;br /&gt;
* Datenbank (inkl. Benutzer und Dummy Inhalten)&lt;br /&gt;
* Config-Datei (automatisiert ?)&lt;br /&gt;
&lt;br /&gt;
=== Vorstufen ===&lt;br /&gt;
1. Halbautomatisch&lt;br /&gt;
* komplettes DB Dump über phpMyAdmin o. mysqldump einspielen&lt;br /&gt;
* typo 3 Installieren &lt;br /&gt;
* fileadmin Ordner aufspielen&lt;br /&gt;
&lt;br /&gt;
2. Automatisch:&lt;br /&gt;
&lt;br /&gt;
* alle benötigten Dateien auf Server zum automatischen Download bereitstellen&lt;br /&gt;
* Batchdatei zum automatischen Ablauf&lt;br /&gt;
&lt;br /&gt;
3. Anpassungen:&lt;br /&gt;
* neuer Header&lt;br /&gt;
* Maße, Farben und Schrift im CSS&lt;br /&gt;
* Copyright anpassen&lt;br /&gt;
* Printversion anpassen&lt;br /&gt;
* Email Adresse in Kontaktformular&lt;br /&gt;
&lt;br /&gt;
== Typo3 - Update ==&lt;br /&gt;
=== 3.8 auf 4.0 ===&lt;br /&gt;
Ordner typo3, t3lib ersetzen&lt;br /&gt;
misc aufspielen&lt;br /&gt;
index.php ersetzen (root)&lt;br /&gt;
&lt;br /&gt;
Update Wizard im Install Tool ausführen&lt;br /&gt;
&lt;br /&gt;
Im Database Analyzer Compare und danach die erforderlichen Updates der Datenbanktabellen ausführen.&lt;br /&gt;
&lt;br /&gt;
Nicht benötigte Extensions entfernen und entsprechend Templates anpassen&lt;br /&gt;
&lt;br /&gt;
Alte Sprachpakete löschen und mit dem Translation Handling im Extension Manager die benötigten Sprachen aktualisieren.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Kompatibilitätsmodus 3.8 für Version 4 ===&lt;br /&gt;
Nach Update von 3.8.x auf 4.0 läuft das Typo zunächst im Kompatibilitätsmodus.&lt;br /&gt;
&lt;br /&gt;
Folgendes sollte verändert werden damit die Ausgabe auch nach umschalten wieder geht.&lt;br /&gt;
The following updates will be performed:&lt;br /&gt;
&lt;br /&gt;
changeCompatibilityVersion&lt;br /&gt;
TYPO3 output is currently compatible to version 3.8. To use all the new features in the current TYPO3 version, make sure you follow the guidelines below to upgrade without problems.&lt;br /&gt;
&lt;br /&gt;
Follow the steps below carefully and confirm every step!&lt;br /&gt;
You will see this list again after you performed the update.&lt;br /&gt;
CMS Frontend&lt;br /&gt;
&lt;br /&gt;
    *&lt;br /&gt;
&lt;br /&gt;
      Word separator character for simulateStaticDocument is changed from underscore (_) to hyphen (-) to make URLs more friendly for search enginesURLs that are already existing (e.g. external links to your site) will still work like before.&lt;br /&gt;
&lt;br /&gt;
      You can set the separator character back to an underscore by putting the following line into the Setup section of your Page TypoScript template:&lt;br /&gt;
&lt;br /&gt;
      config.simulateStaticDocuments_replacementChar = _&lt;br /&gt;
    *&lt;br /&gt;
&lt;br /&gt;
      CSS Stylesheets and JavaScript are put into an external file by default.&lt;br /&gt;
&lt;br /&gt;
      Technically, that means that the default value of &amp;quot;config.inlineStyle2TempFile&amp;quot; is now set to &amp;quot;1&amp;quot; and that of &amp;quot;config.removeDefaultJS&amp;quot; to &amp;quot;external&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 Acknowledged&lt;br /&gt;
CSS Styled Content: Accessibility improvements&lt;br /&gt;
&lt;br /&gt;
The rendering of the following elements will change:&lt;br /&gt;
&lt;br /&gt;
    * tt_content.menu (used f.e. for sitemaps): Instead of div-tags, lists are used now.&lt;br /&gt;
&lt;br /&gt;
    * tt_content.mailform: Mailforms do not use tables anymore, instead, they use the div-tag. Besides that, mailforms are accessible now.&lt;br /&gt;
&lt;br /&gt;
    * The p-tag has been removed from all table cells.&lt;br /&gt;
&lt;br /&gt;
    * CSS based &amp;quot;image&amp;quot; and &amp;quot;text with image&amp;quot;&lt;br /&gt;
      As the extension cron_cssstyledimgtext has been merged into the core, rendering of the content elements &amp;quot;image&amp;quot; and &amp;quot;text with image&amp;quot; has been changed to be CSS instead of table based. Read the 4.0 release notes for further information.&lt;br /&gt;
&lt;br /&gt;
You will have to update your stylesheets to comply with these changes.&lt;br /&gt;
&lt;br /&gt;
 Acknowledged&lt;br /&gt;
&lt;br /&gt;
 Check all (ignore selection above)&lt;br /&gt;
WARNING: this might break the output of your website.&lt;br /&gt;
Show database queries performed&lt;/div&gt;</summary>
		<author><name>91.47.77.141</name></author>
	</entry>
</feed>