Releases are available for OS X and 64-bit Linux. Fig is also available as a Python package if you're on another platform (or if you prefer that sort of thing):
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 -
+
$ 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:
FROM orchardup/php5
@@ -124,7 +124,7 @@ if(file_exists($root.$path))