-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Document the new Symfony installer #4122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'll take care of this issue. |
Actually, it should be documented for all versions of the doc, given that the installer supports Symfony 2.3 too |
@stof. You are right. This issue is more complex than it looks like, because we have to document this in the download page, the Quick Tour tutorial, the book and the best practices book. That's why I have a plan to avoid repetitions. |
@javiereguiluz I think the best option is to wait until we have just one document (we should decide on the strategy very soon). It seems like updating this takes lots of time, while it would be all removed pretty quickly. |
@wouterj I'm afraid that I don't fully agree on your last proposal. The chapter about installing Symfony is absolutely critical. That's why I propose #4654 to quickly fix all the current problems. Once it gets merged we can plan the best strategy to consolidate the four different installation docs (the book, the quick tour, the best practices book and the download page). |
…fony (javiereguiluz) This PR was merged into the 2.3 branch. Discussion ---------- Rewritten from scratch the chapter about installing Symfony | Q | A | ------------- | --- | Doc fix? | yes | New docs? | yes | Applies to | all | Fixed tickets | #4122, #4089 Commits ------- 7de83a3 Replaced a "note" by a "seealso" b45c338 Imrpoved the wording of the note about using using legacy PHP 5.3 version 40d7772 Reworded the reasons why you should use Composer-based installation 2e72138 Wrapped a line to follow doc standards 7e9cd04 Display the same version number on Linux and Windows to avoid confusions 12c2557 Add an explicit command to better explain that we recommend to move symfony.phar to projects directory 12eb76e Reworded a confusing phrase b665d86 Added a note about verifying Symfony digital signatures 8f202c6 Re-added a wrongly deleted link reference c291a73 Rewritten from scratch the chapter about installing Symfony
I think this one is fixed now, @javiereguiluz ? |
Symfony installer is undergoing a major overhaul for the Symfony 2.6 version, as detailed in https://github.com/symfony/symfony-standard/issues/689
This issue is a reminder that those changes will impact in Getting Started tutorial and the Official Book.
The text was updated successfully, but these errors were encountered: