Created
November 2, 2011 05:56
-
-
Save ryandesign/1332995 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- TUTORIAL.txt.orig 2011-11-02 00:47:43.000000000 -0500 | |
+++ TUTORIAL.txt 2011-11-02 00:48:07.000000000 -0500 | |
@@ -26,7 +26,7 @@ | |
Some directories must be writable so that the webserver (assuming it | |
runs under a different user) can store files in there. | |
-$ chmod −R a+rwX webroot/media/{transfer,filter} | |
+$ chmod -R a+rwX webroot/media/{transfer,filter} | |
Expanding on the blog tutorial we add the following fields to our | |
posts table: dirname, basename. This will allow us to associate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment