symfony-cmf / symfony-cmf-docs

The documentation for the symfony content management framework
http://cmf.symfony.com
44 stars 157 forks source link

Update installation.rst #550

Closed nicolas-zozol closed 10 years ago

nicolas-zozol commented 10 years ago

Once we have done sudo mv composer.phar /usr/local/bin/composer, we do not need anymore to type php composer.phar

dantleech commented 10 years ago

But then windows users cannot copy composer.phar to that directory.

The official Symfony documentation uses the php composer.phar method

http://symfony.com/doc/current/book/installation.html

Maybe we need to explain rather that if you install composer to your $PATH you no longer need to prefix "php"

dbu commented 10 years ago

or just remove the mv /usr/local/bin idea from the install instructions to not confuse newbies.

experienced users know what composer is and can handle that.

wouterj commented 10 years ago

Thank you for opening this PR! However, if we do it here, we should use composer everywhere in the complete Symfony documentation. Otherwise, people will get confused.

That's why I created an issue about this in the core docs: https://github.com/symfony/symfony-docs/issues/4170

Let's see how that works out, thank you for starting this! (I like using composer instead of php composer.phar)

wouterj commented 10 years ago

Fixed by #590