Skip to content

Instantly share code, notes, and snippets.

@jeromev
jeromev / AWSLAMP.md
Last active December 18, 2015 04:29 — forked from aronwoost/README.md

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;
<titre>Bonjour le monde!</titre>
<titre langue="Français">Bonjour le monde!</titre>
<page>
<entete>
<titre>Bonjour le monde!</titre>
</entete>
</page>
<title lang="fr">Bonjour le monde!</title>
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body></body>
</html>
<!-- Ceci est un commentaire -->
<h2>Ceci est un titre de niveau 2</h2>
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<title>Exemple d’article</title>
</head>
<body>
<article>
<header>
<h1>Exemple d’article</h1>