mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Add composer install
to vagrant provisioning script
This commit is contained in:
parent
f744d27d89
commit
8a48c31be4
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue