Typo3: Unterschied zwischen den Versionen

Aus Vosp.info
Wechseln zu:Navigation, Suche
Zeile 2: Zeile 2:
  
 
== Installation ==
 
== Installation ==
 +
 +
=== Basis ===
  
 
  apt-get install typo3
 
  apt-get install typo3
  ln -s /var/lib/typo3-dummy/ /var/www/typo3-dummy
+
 
 +
=== dummy ===
 +
 
 +
cp /var/lib/typo3-dummy /home/dev/ -r
 +
chown devuser:www-data /home/dev/typo3-dummy/ -R
 +
  ln -s /home/dev/typo3-dummy/ /var/www/typo3-dummy
  
  

Version vom 31. August 2012, 13:12 Uhr

in Arbeit!

Installation

Basis

apt-get install typo3

dummy

cp /var/lib/typo3-dummy /home/dev/ -r
chown devuser:www-data /home/dev/typo3-dummy/ -R
ln -s /home/dev/typo3-dummy/ /var/www/typo3-dummy


Quellen