Launch the instance and connect with ssh.
##Update the server
sudo yum update
##Install php and MySQL packages
<h2>Ceci est un titre de niveau 2</h2> |
<!-- Ceci est un commentaire --> |
<!doctype html> | |
<html lang="fr"> | |
<head> | |
<meta charset="utf-8" /> | |
<title></title> | |
</head> | |
<body></body> | |
</html> |
<title lang="fr">Bonjour le monde!</title> |
<page> | |
<entete> | |
<titre>Bonjour le monde!</titre> | |
</entete> | |
</page> |
<titre langue="Français">Bonjour le monde!</titre> |
<titre>Bonjour le monde!</titre> |
//··············································· | |
// 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