oat-sa / package-tao

Composer packages to build TAO product
GNU General Public License v2.0
128 stars 72 forks source link

vendor/autoload.php error with docker installation #89

Open zatalian opened 2 years ago

zatalian commented 2 years ago

I get the following error after following the docker install and browsing to http://localhost:8085

Warning: require_once(vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/index.php on line 21 Fatal error: require_once(): Failed opening required 'vendor/autoload.php' (include_path='.:/usr/local/lib/php') in /var/www/html/index.php on line 21

ztzsws1 commented 2 years ago

same issue, any update?

hectoras commented 2 years ago

This is likely caused by not having the composer dependencies installed, you may need to run composer install in the root directory for your TAO installation (the one having the composer.json file).

You can find the install instructions at https://github.com/oat-sa/package-tao/blob/master/README.md.