diff --git a/cli.html b/cli.html index 7e2c43db..18ca6d3f 100644 --- a/cli.html +++ b/cli.html @@ -6,7 +6,7 @@ - +
diff --git a/django.html b/django.html index af1905c2..efa88189 100644 --- a/django.html +++ b/django.html @@ -6,7 +6,7 @@ - +
diff --git a/env.html b/env.html index 67017483..c31547c9 100644 --- a/env.html +++ b/env.html @@ -6,7 +6,7 @@ - +
diff --git a/index.html b/index.html index 887de5f4..ed0919a2 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - +
diff --git a/install.html b/install.html index 6dfe0304..14496ff9 100644 --- a/install.html +++ b/install.html @@ -6,7 +6,7 @@ - +
diff --git a/rails.html b/rails.html index 57e58768..17687c46 100644 --- a/rails.html +++ b/rails.html @@ -6,7 +6,7 @@ - +
diff --git a/wordpress.html b/wordpress.html index c3b5715a..f740b6a3 100644 --- a/wordpress.html +++ b/wordpress.html @@ -6,7 +6,7 @@ - +
@@ -22,7 +22,7 @@

Fig makes it nice and easy to run Wordpress in an isolated environment. Install Fig, then download Wordpress into the current directory:

$ curl http://wordpress.org/wordpress-3.8.1.tar.gz | tar -xvzf -
 
-

This will create a directory called wordpress, which you can rename to the name of your project if you wish. Inside, that directory, we need to write a file that defines what environment your app is going to run in:

+

This will create a directory called wordpress, which you can rename to the name of your project if you wish. Inside that directory, we create Dockerfile, a file that defines what environment your app is going to run in:

FROM orchardup/php5
 ADD . /code
 
diff --git a/yml.html b/yml.html index abb99bda..3635fb98 100644 --- a/yml.html +++ b/yml.html @@ -6,7 +6,7 @@ - +