Use a minimal vagrant box

pull/1/head
Cédric Bonhomme 2018-01-29 12:16:41 +01:00
parent 172db7663b
commit 887553d62f
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
2 changed files with 2 additions and 2 deletions

2
vagrant/Vagrantfile vendored
View File

@ -10,7 +10,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# please see the online documentation at vagrantup.com.
# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "ubuntu/artful64"
config.vm.box = "fso/artful64"
config.vm.provision :shell, path: "bootstrap.sh", args: "#{ENV['GITHUB_AUTH_TOKEN']}"
# Disable automatic box update checking. If you disable this, then

View File

@ -143,7 +143,7 @@ cat > /etc/apache2/sites-enabled/000-default.conf <<EOF
</VirtualHost>
EOF
echo -e "\n--- Restarting Apache… ---\n"
systemctl restart apache2.service restart > /dev/null
systemctl restart apache2.service > /dev/null
echo -e "\n--- Configuration of MONARC data base connection ---\n"