Skip to content

Instantly share code, notes, and snippets.

@mmuhd
Created February 11, 2019 18:45
Show Gist options
  • Save mmuhd/67cd22a739232fb62e66acd3babaa370 to your computer and use it in GitHub Desktop.
Save mmuhd/67cd22a739232fb62e66acd3babaa370 to your computer and use it in GitHub Desktop.
Deploy Laravel App on AWS EC2 on Ubuntu 16.04 using Apache2, PHP, MySQL, PHPMyAdmin and Laravel
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment