Skip to content

Instantly share code, notes, and snippets.

View digitaltim-de's full-sized avatar
🖐️
Wenn Sie einen High Level Projekt haben schreiben Sie mir: info@digitaltim.de

Digitaltim | Burhan digitaltim-de

🖐️
Wenn Sie einen High Level Projekt haben schreiben Sie mir: info@digitaltim.de
View GitHub Profile
@digitaltim-de
digitaltim-de / install.sh without mysql
Created July 16, 2019 11:15
Installs LAMP with PHP 5.6 on Ubuntu 16.04
#!/bin/bash
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install -y apache2
sudo ufw allow in "Apache Full"
sudo apt install -y php5.6 libapache2-mod-php5.6 php5.6-curl php5.6-gd php5.6-mbstring php5.6-mcrypt php5.6-mysql php5.6-xml php5.6-xmlrpc