i-MSCP Typo3 Installation

Plesk, Confixx, Froxlor, SysCP, SeCoTo, IspCP, etc.
Post Reply
Rogue
Posts: 6
Joined: 2014-11-26 11:50
 

i-MSCP Typo3 Installation

Post 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
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: i-MSCP Typo3 Installation

Post by Joe User »

Wie sieht denn die VirtualHost-Konfiguration des Kundenwebs aus?
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Post Reply