readd two commands

I removed the lines by accident they broke the apache configuration
This commit is contained in:
Andreas Zweili 2017-12-30 19:01:04 +01:00
parent d07067dcac
commit 7247681ebb
1 changed files with 6 additions and 0 deletions

6
Vagrantfile vendored
View File

@ -32,6 +32,12 @@ Vagrant.configure("2") do |config|
libnss-mdns libapache2-mod-wsgi-py3 python3-mysqldb python3-pip
pip3 install django-extensions Pillow pyaml
#Copy the apache configuration for django to the correct place
cp /vagrant/apache/000-default.conf /etc/apache2/sites-available/
#restart the webserver
systemctl restart apache2.service
/vagrant/ansible/roles/web_AI-5/tasks/setup_script.sh
SHELL