Skip to content

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

@en-jschuetze

Description

@en-jschuetze

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions