MariaDB version xenial
This commit is contained in:
parent
ee110f6ddc
commit
68d35e3f90
@ -30,8 +30,10 @@ then
|
||||
if [ ! -f /etc/mysql/vagrant ]
|
||||
then
|
||||
sudo apt-get install software-properties-common
|
||||
|
||||
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8
|
||||
sudo add-apt-repository 'deb [arch=amd64,i386] http://ftp.igh.cnrs.fr/pub/mariadb/repo/10.1/ubuntu xenial main'
|
||||
|
||||
sudo apt-get update
|
||||
sudo debconf-set-selections <<< "mariadb-server-$MARIADB_VERSION mysql-server/root_password password $MYSQL_PASS"
|
||||
sudo debconf-set-selections <<< "mariadb-server-$MARIADB_VERSION mysql-server/root_password_again password $MYSQL_PASS"
|
||||
@ -59,8 +61,8 @@ fi
|
||||
if [ ! -f /usr/bin/php5 ]
|
||||
then
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install htop unzip apache2 libapache2-mod-fastcgi php5-fpm php5-cli php5-apcu php5-curl php5-xmlrpc php5-xsl php5-mysqlnd
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install htop unzip apache2 libapache2-mod-fastcgi php5-fpm php5-cli php5-apcu php5-curl php5-xmlrpc php5-xsl php5-mysqlnd
|
||||
if [ $VARGANTDEV -eq 1 ]
|
||||
then
|
||||
sudo apt-get -y install php5-xdebug
|
||||
|
Loading…
Reference in New Issue
Block a user