Skip to content
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

add symfony-cli (for local webserver) to all new releases #78

Open
4 tasks
en-jschuetze opened this issue Sep 16, 2024 · 0 comments
Open
4 tasks

add symfony-cli (for local webserver) to all new releases #78

en-jschuetze opened this issue Sep 16, 2024 · 0 comments

Comments

@en-jschuetze
Copy link
Collaborator

en-jschuetze commented Sep 16, 2024

https://symfony.com/doc/current/setup/symfony_server.html

  • add 'symfony-cli' package to generate-changelog.php
  • add symfony cli package (ubuntu)
# install symfony cli
RUN wget --quiet --no-verbose 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' -O /tmp/setup-symfony-cli.deb.sh \
   && bash -o pipefail /tmp/setup-symfony-cli.deb.sh \
   && rm /tmp/setup-symfony-cli.deb.sh
  • add symfony cli package (alpine)
  • give www-data owner rights for HOME folder
# give www-data it's home directory
RUN chown www-data:www-data /var/www
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant