Skip to content

Instantly share code, notes, and snippets.

@AriffAzmi
Last active November 2, 2019 19:10
Show Gist options
  • Select an option

  • Save AriffAzmi/efd754d95eb79c93905a98de3a321f44 to your computer and use it in GitHub Desktop.

Select an option

Save AriffAzmi/efd754d95eb79c93905a98de3a321f44 to your computer and use it in GitHub Desktop.

Revisions

  1. AriffAzmi revised this gist Nov 2, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion php-apache-webserver-setup.sh
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    sudo apt-get update && upgrade -y
    sudo apt-get install apache2 -y
    sudo apt-get install php -y
    sudo apt-get install php php-common php-mbstring php-xml -y
  2. AriffAzmi revised this gist Nov 2, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion php-apache-webserver-setup.sh
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    sudo apt-get update && upgrade -y
    sudo apt-get install apache2 -y
    sudo apt-get install php-$1 -y
    sudo apt-get install php -y
  3. AriffAzmi revised this gist Nov 2, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion php-apache-webserver-setup.sh
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    sudo apt-get update && upgrade -y
    sudo apt-get install apache2 -y
    sudo apt-get install php-$1
    sudo apt-get install php-$1 -y
  4. AriffAzmi created this gist Nov 2, 2019.
    3 changes: 3 additions & 0 deletions php-apache-webserver-setup.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    sudo apt-get update && upgrade -y
    sudo apt-get install apache2 -y
    sudo apt-get install php-$1