[FLOW3-general] git repository

Karsten Dambekalns karsten at typo3.org
Tue Nov 13 09:32:05 CET 2012


Hi.

On 12.11.12 12:41, mario chiari wrote:
> [root at localhost flowgit]# git clone --recursive
> git://git.typo3.org/FLOW3/Distributions/Base.git myflow
> Cloning into myflow...

Here are the documentation updates:
 https://review.typo3.org/16404

What you are missing is composer awareness ;)

In your specific case you need to do this after the clone command:

 ---- snip ----
cd myflow
curl -s getcomposer.org/installer | php
php composer.phar install --dev
 ---- snip ----


Regards,
Karsten
-- 
Karsten Dambekalns
TYPO3 Core Developer, Neos / Flow Team

TYPO3 .... inspiring people to share!
Get involved: typo3.org


More information about the FLOW3-general mailing list