Launch the instance and connect with ssh.
##Update the server
sudo yum update
##Install php and MySQL packages
sudo apt-get update | |
sudo apt-get upgrade -y | |
sudo apt-get install -y software-properties-common | |
sudo apt-add-repository ppa:nginx/stable -y | |
sudo apt-add-repository ppa:rwky/redis -y | |
sudo apt-add-repository ppa:chris-lea/node.js -y | |
sudo apt-add-repository ppa:ondrej/php5-5.6 -y |
Launch the instance and connect with ssh.
##Update the server
sudo yum update
##Install php and MySQL packages