After I added the instruction for running vagrant up after vagrant provision, I discovered more issues. After I initialized the DRMF submodule and reprovisioned it, I got another error:
There was an error loading a Vagrantfile. The file being loaded
and the error message are shown below. This is usually caused by
a syntax error.
Path: /srv/mediawiki-vagrant/Vagrantfile
Line number: 41
Message: RuntimeError: The mediawiki-vagrant plugin hasn't been installed yet. Please run `setup.sh`.
After I ran the setup.sh and tried it again, I got
The provider 'lxc' could not be found, but was requested to
back the machine 'default'. Please use a provider that exists.
After I added the instruction for running
vagrant upaftervagrant provision, I discovered more issues. After I initialized the DRMF submodule and reprovisioned it, I got another error:After I ran the
setup.shand tried it again, I got