Add `composer install` to vagrant provisioning script

This commit is contained in:
fabrixxm 2023-05-21 12:03:26 +02:00
parent f744d27d89
commit 8a48c31be4
1 changed files with 3 additions and 0 deletions

View File

@ -111,6 +111,9 @@ cp /vagrant/.htaccess-dist /vagrant/.htaccess
# create the friendica database
echo "create database friendica DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci" | $MYSQL -u root -proot
# install vendor
bin/composer.phar install
# install friendica
bin/console autoinstall -f /vagrant/mods/local.config.vagrant.php