Created
February 11, 2019 18:45
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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