Typo3 Flow: Unterschied zwischen den Versionen

Aus Vosp.info
Wechseln zu:Navigation, Suche
(Der Seiteninhalt wurde durch einen anderen Text ersetzt: „typo3 = Installation = <code lang="bash"> php composer.phar create-project --dev --keep-vcs typo3/flow-base-distribution Quicksta…“)
(Installation)
Zeile 3: Zeile 3:
 
= Installation =
 
= Installation =
  
<code lang="bash">
+
<source lang="bash">
 
php composer.phar create-project --dev --keep-vcs typo3/flow-base-distribution Quickstart 2.0.0-beta1
 
php composer.phar create-project --dev --keep-vcs typo3/flow-base-distribution Quickstart 2.0.0-beta1
 
cd Quickstart/
 
cd Quickstart/
 
./flow core:setfilepermissions sn www-data www-data
 
./flow core:setfilepermissions sn www-data www-data
 
</code>
 
</code>

Version vom 22. Mai 2013, 12:13 Uhr

typo3

Installation

<source lang="bash"> php composer.phar create-project --dev --keep-vcs typo3/flow-base-distribution Quickstart 2.0.0-beta1 cd Quickstart/ ./flow core:setfilepermissions sn www-data www-data