mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-06 06:48:39 +00:00
Update config.vm.provision
This commit is contained in:
parent
6da5982ad5
commit
1f1eb567f9
|
|
@ -10,7 +10,7 @@ Vagrant.configure("2") do |config|
|
||||||
add-apt-repository ppa:ondrej/php
|
add-apt-repository ppa:ondrej/php
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y apache2 mysql-server php8.0 php8.0-mysql
|
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
|
a2ensite development.conf
|
||||||
a2dissite 000-default.conf
|
a2dissite 000-default.conf
|
||||||
systemctl reload apache2
|
systemctl reload apache2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user