Skip to content

Conversation

@javiereguiluz
Copy link
Member

This is needed because we're moving away from the Symfony Installer and we'll use Composer's create-project from now on.

> If you want to use a fully-featured web server (like Nginx or Apache) to run
> Symfony Demo application, configure it to point at the `web/` directory of the project.
> For more details, see:
> https://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html
Copy link
Member

Choose a reason for hiding this comment

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

Should this note be removed entirely ? I think it might make sense to keep it. People using the symfony-demo to benchmark Symfony should hopefully do it with Apache/Nginx and PHP-FPM rather than using the single-threaded builtin webserver.

README.md Outdated

# if you're using Windows:
$ php symfony demo
$ composer create symfony/symfony-demo
Copy link
Member

Choose a reason for hiding this comment

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

I suggest using the actual name (create-project) rather than relying on the symfony/console shortcut feature. If someone has a global plugin installed providing a create command, this would run the wrong command.


```bash
$ cd symfony_demo/
$ cd symfony-demo/
Copy link
Contributor

@bocharsky-bw bocharsky-bw Oct 17, 2017

Choose a reason for hiding this comment

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

It was on purpose because Symfony installer creates symfony_demo folder instead, i.e. when $ symfony demo. Do we completely drop Symfony installer support?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes! But now with "composer create symfony/symfony-demo" it generates "symfony-demo/" so I think we must update this.

Copy link
Contributor

@bocharsky-bw bocharsky-bw Oct 17, 2017

Choose a reason for hiding this comment

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

If we remove Symfony installer from this README then 👍

Copy link
Member Author

Choose a reason for hiding this comment

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

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants