Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
[Cookbook] add cookbook article for the server:run command#4000
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
xabbuh commentedJul 6, 2014
| Q | A |
|---|---|
| Doc fix? | no |
| New docs? | yes (symfony/symfony#3465) |
| Applies to | all |
| Fixed tickets |
cookbook/web_server/built_in.rst Outdated
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.
missing underscore afterbuilt-in web server
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.
Wow, great catch!
wouterj commentedAug 15, 2014
I would like to see references to this article in places where we talk about the |
xabbuh commentedAug 16, 2014
Actually, there's just one part in the docs that mentions the built-in web server at the moment (the quick tour that you mentioned). But we'll have to keep track of this if we start to tend to focus more on the built-in server in the future. |
cookbook/web_server/built_in.rst Outdated
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.
What do you think about this:
This starts a server at `localhost:8000` that executes your Symfony application. Thecommand will wait and respond to incoming HTTP requests until you terminate it (thisis usually done by pressing Ctrl and C).I'm trying to keep the language a little simpler, but obviously, I want to remain accurate.
xabbuh commentedAug 16, 2014
However, I addressed all your other suggestions. Thanks for these nice additions. |
weaverryan commentedAug 19, 2014
…and (xabbuh)This PR was merged into the 2.3 branch.Discussion----------[Cookbook] add cookbook article for the server:run command| Q | A| ------------- | ---| Doc fix? | no| New docs? | yes (symfony/symfony#3465)| Applies to | all| Fixed tickets |Commits-------57f467a add cookbook article for the server:run command
…ver in VMs (xabbuh)This PR was merged into the 2.3 branch.Discussion----------[Cookbook][Web Server] add sidebar for the built-in server in VMs| Q | A| ------------- | ---| Doc fix? | yes| New docs? | no| Applies to | all| Fixed tickets |#4149As discussed with@weaverryan in#4000, this pull request adds a sidebar which explains how to easily use the built-in web server in virtual machines to make it accessible from the host machine.Commits-------28645d9 add sidebar for the built-in server in VMs