-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Created the main article about "deployment" #6814
Conversation
manually taking other steps (see `Common Post-Deployment Tasks`_). | ||
|
||
Using Build Scripts and other Tools | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should add a section above this, something like:
Deploying via a "Platform as a Service"
It would have a sentence or two, and then links to our articles about this, Heroku, platform.sh, etc.
One minor comment 👍 Status: Reviewed |
|
||
.. code-block:: bash | ||
|
||
$ php app/check.php |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
todo: change this in 3.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated it after the merge :)
I've added the mini section about PaaS providers. This is ready to be merged. Thanks! |
So now we have 2 sections with a list of doc references, linking to exactly the same set of articles. Not sure if I like that... |
@wouterj 👍, I've removed the "Learn More" section because it only contained the PaaS articles. |
This PR was merged into the 2.7 branch. Discussion ---------- Created the main article about "deployment" In the new Symfony Doc structure, top-level pages (e.g. `deployment.rst`) are "cornerstone pages" and not mere index pages listing other articles. During the doc reorganization we moved most articles, but some were missing, like this deployment article. Commits ------- 6f2ff9e Removed the "Learn more" section f3a960e Created a "Platform as a Service" section 26cee5d Fixed a reference 0515cb5 Created the main article about "deployment"
Thanks Javier! Tests failed after your last change because now the paas articles weren't included in any index. I replaced the links with an index - I think it should work just fine. |
In the new Symfony Doc structure, top-level pages (e.g.
deployment.rst
) are "cornerstone pages" and not mere index pages listing other articles. During the doc reorganization we moved most articles, but some were missing, like this deployment article.