ich habe auf meinen rootserver das Admin Panel i-MSCP drauf.
Bin damit sehr zufrieden.
Jetzt möchte ich gerne zusätzlich dass CMS Typ3 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: Select all
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 meine Anpassung am Kundenbaum.
Code: Select all
cd /var/www/
mkdir typ3
cd typ3
wget get.typo3.org/current --content-disposition
tar -xvzf typo3_src-7.6.0.tar.gz
ls
typo3_src-7.6.0
ln -s typo3_src-7.6.0 /var/www/virtual/KundeDomain/Subdomain/htdocs/typo3_src
ln -s typo3_src/index.php index.php
ln -s typo3_src/typo3 typo3
cp typo3_src/_.htaccess .htaccess
Code: Select all
https://github.com/TYPO3/TYPO3.CMS/blob/master/INSTALL.md
aber das macht er nicht richtig.
Er erstellt zwar eine Datei ( im /var/www/virtual/KundeDomain/Subdomain/htdocs/typo3_src) mit der Bezeichnung: typo3_src in einen lila symbol im ftp
Aber das ist keine verknüpfung...
Kann mir aber weiter helfen?
Also der Hintergrund der Sache ist.
Dass ich Type3 für alle meine Kunden zu verfügung stellen möchte mit einer Installation!
Gruß
Rogue