Update config.vm.provision

This commit is contained in:
Dennis Eichhorn 2022-03-11 15:02:13 +01:00 committed by GitHub
parent 6da5982ad5
commit 1f1eb567f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ Vagrant.configure("2") do |config|
add-apt-repository ppa:ondrej/php
apt-get update
apt-get install -y apache2 mysql-server php8.0 php8.0-mysql
cp /home/spl1nes/Orange-Management/Build/Vm/oms.conf /etc/apache2/sites-available/oms.conf
cp /home/spl1nes/Orange-Management/Build/VM/oms.conf /etc/apache2/sites-available/oms.conf
a2ensite development.conf
a2dissite 000-default.conf
systemctl reload apache2