Has anyone tried to run #GNUSocial in #Docker recently? I followed these steps, by the way.
Aside from an error complaining that vendor/autoload.php
is missing, I was getting this logging constantly when running `docker compose up`:
gnu-social-worker-1 | Fatal error: Uncaught LogicException: You need to add "symfony/framework-bundle" as a Composer dependency. in /var/www/social/bin/console:18
gnu-social-worker-1 | Stack trace:
gnu-social-worker-1 | #0 {main}
gnu-social-worker-1 | thrown in /var/www/social/bin/console on line 18
#Fediverse #Mastodon
Neil E. Hodges
in reply to Neil E. Hodges • •composer.json
andcomposer.lock
:#PHP
Matthew Miller :donor:
in reply to Neil E. Hodges • • •Neil E. Hodges
in reply to Matthew Miller :donor: • •docker-compose.yml
thatbin/configure
generated:Matthew Miller :donor:
in reply to Neil E. Hodges • • •bin/configure
? Nothing looks immediately off, was "symfony/framework-bundle" already in composer.json or did you add it?Neil E. Hodges
in reply to Matthew Miller :donor: • •