VT 8 LTS - 01-13
01-13-per-ssh-verbinden-windows

VT 8 LTS - 01-14-typo3-installieren

meine Notizen

Downloadquelle für TYPO3
typo3.org - aktuelle Version (06.02.18) 8.7.10

Neuestes TYPO3-8-LTS-Installationsarchiv über die SSH-Konsole auf den Ubuntuserver herunterladen
Anmelden an SSH -- 'cd www' -- 'wget get.typo3.org/8 --content-disposition'
Falls der Download sehr lange dauert
mit STRG C den laufenden Download abbrechen -- rm -f typo3_src-8.7.10.tar.gz -- wget ... wiederholen
TYPO3-Installationsarchiv entpacken ( TYPO3-Kern aufsetzen )
tar xzf typo3_src-8.7.10.tar.gz ( durch Drücken von TAB nach Eingabe von tar xzf typo, bietet die Shell passenden Einträge zur Autovervollständigung an)

TYPO3-Installationsverzeichnis und Symlinks anlegen
mehrere Installationsverzeichnisse können auf ein TYPO3-Kernverzeichnis verweisen, im Umkehrschluss können über die Modifikation der Kern-Verknüpfung alle Installationen aktualisiert werden

...:~/www$ mkdir t3projekt1

...:~/www/t3projekt1$ ln -s ../typo3_source-8.7.10 typo3_src

...:~/www/t3projekt1$ ln -s typo3_src/typo3

...:~/www/t3projekt1$ ln -s typo3_src/index.php

TYPO3-Installation im Browser aufrufen und FIRST_INSTALL anlegen
IP-Adresse eingeben -- t3projekt1 öffnen -- SSH: ...:~/www/t3projekt1$ touch FIRST_INSTALL
Datenbank-Parameter eingeben
Benutzer: root -- Kennwort: typo3
Neue Datenbank anlegen
t3projekt (t3projekt1 gab es schon - vielleicht weil ich mir die Seite vorhin als Demo ansah)

TYPO3 BenutzerIn anlegen, Kennwort vergeben und Website benamen
Wenn die Installation nicht lokal ist: This password gives an attacker full control over your instance if cracked. It should be strong (include lower and upper case characters, special characters and numbers) and must be at least eight characters long.
Do nothing, just get me to the backend - Open the TYPO3 Backend
an der TYPO3-Anmeldemaske mit Benutzernamen und Kennwort anmelden

VT 8 LTS - 01-15
01-15-ueberlick-installtool