]> git.mxchange.org Git - friendica.git/commit
Vagrant: Do not pull PHP requirements during VM setup
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 1 Oct 2021 06:37:19 +0000 (08:37 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 1 Oct 2021 06:37:19 +0000 (08:37 +0200)
commit93bbf27d525b702a00bd52eb1e9d5f3edbbb7990
tree1a5bc6af39e60abf594bd494da4f42edae8ff61b
parent9858f86b21e79322965745a5e8e6c79d0db4d4e3
Vagrant: Do not pull PHP requirements during VM setup

Don't pull the PHP requirements of Friendica with composer during the VM setup.

First coding is done out side of the VM, so should be the management of the
dependencies. Additionally if the _VirtualBox Guest Additions_ versions don't
match on the guest and host systems, writing to the shared directory will not
work, thus running composer will generate error messages during the initial
setup and Friendica wont work.
bin/dev/vagrant_provision.sh