Skip to content

Instantly share code, notes, and snippets.

@ryandesign
Created November 2, 2011 05:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryandesign/1332995 to your computer and use it in GitHub Desktop.
Save ryandesign/1332995 to your computer and use it in GitHub Desktop.
--- 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