Skip to content

Fix binary directory for demo application #6632

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

Closed
wants to merge 1 commit into from

Conversation

BaptisteAmato
Copy link

Hello,

While trying to install the Symfony Demo application following the documentation on http://symfony.com/doc/master/book/installation.html#installing-the-symfony-demo-application, I had a problem as php bin/console server:run does not work.

I understood in #6182 that the demo application uses Symfony 2.8 and therefore uses php app/console but I also noticed the regression of this PR in 68650b8.

This PR fixes this.

@@ -347,7 +347,7 @@ of the Symfony Installer anywhere in your system:
c:\projects\> php symfony demo

Once downloaded, enter into the ``symfony_demo/`` directory and run the PHP's
built-in web server executing the ``php bin/console server:run`` command. Access
built-in web server executing the ``php app/console server:run`` command. Access
to the ``http://localhost:8000`` URL in your browser to start using the Symfony
Demo application.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to add a comment (http://docutils.sourceforge.net/docs/user/rst/quickref.html#comments) explaining why we use app/console, in order to avoid this regression in the future. What do you think @xabbuh ?

@tgalopin
Copy link
Contributor

tgalopin commented Jun 1, 2016

Should we wait for symfony/demo#338 or fix it now and wait for Symfony 3.1 to be used ?

@xabbuh
Copy link
Member

xabbuh commented Jun 21, 2016

As symfony/demo#338 was merged do we still want to make this change?

@javiereguiluz
Copy link
Member

I agree with @xabbuh. Symfony Demo will use Symfony 3.1 starting from the next version.

@tgalopin
Copy link
Contributor

If the demo works out of the box with 3.1 in the next version, we can definitely close this :) . IMO we have to keep in mind that demo users don't know Symfony though, it has to be certain that they won't have to change anything :) .

@wouterj
Copy link
Member

wouterj commented Jun 21, 2016

@javiereguiluz do you know when the next release will be released? If it's soon, let's close this :)

@javiereguiluz
Copy link
Member

@wouterj I want to release it ASAP. I'm just waiting a bit so more people can test it and send PRs (yesterday we received some bugfix PRs)

@xabbuh
Copy link
Member

xabbuh commented Jun 22, 2016

I suggest that we wait until the end of this week and either merge here or celebrate the new demo release.

@wouterj
Copy link
Member

wouterj commented Jul 8, 2016

The latest demo version is updated, so we can safely close this one. Thanks @BaptisteAmato anyway for trying to fix this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants