Skip to content

Instantly share code, notes, and snippets.

@jonathands
Created December 11, 2023 20:01
Show Gist options
  • Save jonathands/c0554be97d6e103f65f2c8cdf1bd8c25 to your computer and use it in GitHub Desktop.
Save jonathands/c0554be97d6e103f65f2c8cdf1bd8c25 to your computer and use it in GitHub Desktop.
composer install with www-data user
sudo su -l www-data -s /bin/bash -c "cd $PWD; composer install"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment