Created
April 21, 2018 23:20
-
-
Save dennisotugo/d3c7bc7019e2fb5b085125e81693a9b3 to your computer and use it in GitHub Desktop.
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 add-apt-repository ppa:ondrej/php | |
$ sudo apt-get update | |
$ sudo apt-get upgrade | |
$ sudo apt-get install php7.1 # for PHP 7.1 | |
$ sudo apt-get install phpmyadmin nginx mysql | |
//To test that PHP Works | |
$ php -r 'echo "\n\nYour PHP installation is working fine.\n\n\n";' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment