glpi + timezone

This commit is contained in:
phil
2023-05-05 00:04:54 +02:00
parent e4164ffb7c
commit a5c3cf3825
4 changed files with 113 additions and 0 deletions

1
dvlpt/Vagrantfile vendored
View File

@@ -66,6 +66,7 @@ Vagrant.configure("2") do |config|
# Ansible, Chef, Docker, Puppet and Salt are also available. Please see the
# documentation for more information about their specific syntax and use.
config.vm.provision "shell", inline: <<-SHELL
timedatectl set-timezone Europe/Paris
apt-get update
export DEBIAN_FRONTEND=noninteractive
apt-get install -y vim wget curl git apache2 php php-mysql php-gd php-xml mariadb-server phpmyadmin