server-for-symfony-flex icon indicating copy to clipboard operation
server-for-symfony-flex copied to clipboard

Improve setup doc

Open roukmoute opened this issue 5 years ago • 2 comments

I had a bit of trouble finalizing the configuration of the project because some informations was missing to finish the installation on the frontend side and the configuration of the yaml examples were incorrect, so I preferred to use the command lines to avoid this kind of error.

roukmoute avatar Jul 20 '20 16:07 roukmoute

Thanks for these additions, made it more straight-forward to set up the project. Not sure if the docker commands are necessary for the generic use case though.

One thing that could also be improved: in the Running the server locally section, remind the reader that using the built-in Symfony server is only available when APP_ENV is set to dev.

Kind of obvious but I just kept getting There are no commands defined in the "server" namespace even after manually installing symfony/web-server-bundle and that gave me a few 'errr what' moments... (yes, all my fault!)

aleksblendwerk avatar Sep 04 '20 11:09 aleksblendwerk

Not sure if the docker commands are necessary for the generic use case though.

You're right, I preferred to put it on because I don't have a front and someone like me who hasn't installed these tools, I took the liberty of leaving it on so I wouldn't have a hard time installing it.


I've added you're reminder.

roukmoute avatar Oct 14 '20 09:10 roukmoute