- Installing dependencies
#Date
dpkg-reconfigure tzdata
#Locales
dpkg-reconfigure locales
apt-get update
apt-get install memcached ntp
apt-get install build-essential git libssl-dev libxml2-dev libcurl4-openssl-dev autoconf libicu-dev curl
#!/bin/bash | |
apt-get update && \ | |
apt-get install -y libzip-dev bison autoconf build-essential pkg-config git-core \ | |
libltdl-dev libbz2-dev libxml2-dev libxslt1-dev libssl-dev libicu-dev \ | |
libpspell-dev libenchant-dev libmcrypt-dev libpng-dev libjpeg8-dev \ | |
libfreetype6-dev libmysqlclient-dev libreadline-dev libcurl4-openssl-dev \ | |
checkinstall | |
cd $HOME | |
wget https://github.com/php/php-src/archive/php-7.2.5.tar.gz |
#Date
dpkg-reconfigure tzdata
#Locales
dpkg-reconfigure locales
apt-get update
apt-get install memcached ntp
apt-get install build-essential git libssl-dev libxml2-dev libcurl4-openssl-dev autoconf libicu-dev curl