Use a minimal vagrant box
parent
172db7663b
commit
887553d62f
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue