Launch the instance and connect with ssh.
##Update the server
sudo yum update
##Install php and MySQL packages
//··············································· | |
// Baseline | |
//··············································· | |
// based on a gist by Razvan Onofrei: https://gist.github.com/razwan/10662500 | |
// see https://gist.github.com/jeromev/11301969 | |
// | |
// Example: | |
// | |
// body { | |
// font-size: $base-font-size; |
Launch the instance and connect with ssh.
##Update the server
sudo yum update
##Install php and MySQL packages