Skip to content

Instantly share code, notes, and snippets.

View DevOpsEvangelist's full-sized avatar
🏠
Working from home

Anis Ahmed DevOpsEvangelist

🏠
Working from home
View GitHub Profile
# Install PHP & check version
apt install software-properties-common
add-apt-repository ppa:ondrej/apache2
apt update -y
apt upgrade -y
# For php7.3 (use any)
apt install -y php7.3
apt install libapache2-mod-php7.3 php7.3 unzip php7.3-xml php7.3-mysql php7.3-imap php7.3-zip php7.3-intl php7.3-curl ntp -y