Skip to content

Instantly share code, notes, and snippets.

@mmuhd
Created February 11, 2019 18:45
Show Gist options
  • Select an option

  • Save mmuhd/67cd22a739232fb62e66acd3babaa370 to your computer and use it in GitHub Desktop.

Select an option

Save mmuhd/67cd22a739232fb62e66acd3babaa370 to your computer and use it in GitHub Desktop.

Revisions

  1. mmuhd created this gist Feb 11, 2019.
    9 changes: 9 additions & 0 deletions deploy_laravel_app_on_ec2_ubuntu1604_apache
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    sudo su
    sudo apt-get install update
    apt-get install apache2
    apt-get install php
    apt-get install libapache2-mod-php
    apt-get install mysql-server
    apt-get install php-mysql
    apt-get install libapache2-mod-auth-mysql
    apt-get install phpmyadmin