Merge pull request #584 from kevinsimper/patch-1

Update wordpress url on wordpress example
This commit is contained in:
Aanand Prasad 2014-10-31 12:23:30 +00:00
commit 1bd3d0dd77
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Getting started with Fig and Wordpress
Fig makes it nice and easy to run Wordpress in an isolated environment. [Install Fig](install.html), then download Wordpress into the current directory:
$ curl http://wordpress.org/wordpress-3.8.1.tar.gz | tar -xvzf -
$ curl https://wordpress.org/latest.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 create `Dockerfile`, a file that defines what environment your app is going to run in: