ich versuche das CMS Typ3 zu installieren per Shell.
Die Standart Installation Klappt ohne Probleme,
aber ich möchte typ3 im Kundenbaum als verknüpfung haben.
Die Standart installation sieht so aus:
Code: Alles auswählen
cd /var/www
mkdir typo3
cd /var/www/typo3
wget get.typo3.org/current --content-disposition
tar -xvzf typo3_src-7.6.0.tar.gz
ls
cd typo3_src-7.6.0
ln -s ../typo3_src-7.6.0 typo3_src
ln -s typo3_src/index.php index.php
ln -s typo3_src/typo3 typo3
cp typo3_src/_.htaccess .htaccess
Hier mein code:
Code: Alles auswählen
ln -s typo3_src-7.6.0 /var/www/virtual/DOMAIN/typo3/htdocs/typo3_src
ln -s typo3_src/index.php index.php
ln -s typo3_src/typo3 typo3
cp typo3_src/_.htaccess .htaccess
Code: Alles auswählen
https://github.com/TYPO3/TYPO3.CMS/blob/master/INSTALL.md
Normalerweise sollte er eine Verküpfung zum verzeichnis : /var/www/typo3/typo3_src-7.6.0 herstellen,
aber das macht er nicht richtig.
Er erstellt zwar eine Datei mit der Bezeichnung: typo3_src in einen lila symbol im ftp
Aber das ist keine verknüpfung...
Kann mir aber weiter helfen?
Gruß
Rogue