diff --git a/cli.html b/cli.html index 7e2c43db..18ca6d3f 100644 --- a/cli.html +++ b/cli.html @@ -6,7 +6,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