Page 1 of 1

i-MSCP Typo3 Installation

Posted: 2015-12-12 18:23
by Rogue
Hallo Community,

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
Die Läuft auch ohne probleme..

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
Das ist die anleitung der Installation.

Code: Select all

https://github.com/TYPO3/TYPO3.CMS/blob/master/INSTALL.md
Normalerweise sollte er eine Verküpfung vom verzeichnis : /var/www/typo3/typo3_src-7.6.0 nach /var/www/virtual/KundeDomain/Subdomain/htdocs/typo3_srcherstellen,
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

Re: i-MSCP Typo3 Installation

Posted: 2015-12-18 14:24
by Joe User
Wie sieht denn die VirtualHost-Konfiguration des Kundenwebs aus?