aboutsummaryrefslogtreecommitdiffstats
path: root/railties/html/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'railties/html/index.html')
-rw-r--r--railties/html/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/html/index.html b/railties/html/index.html
index 0cc0ecf9d4..0c36b90579 100644
--- a/railties/html/index.html
+++ b/railties/html/index.html
@@ -32,7 +32,7 @@
<p><b>Before you move on</b>, verify that the following conditions have been met:</p>
<ol>
- <li>The log directory and the empty log files must be writable to the web server (<code>chmod -R 666 log/*</code>).
+ <li>The log and public directories must be writable to the web server (<code>chmod -R 775 log</code> and <code>chmod -R 775 public</code>).
<li>
The shebang line in the public/dispatch* files must reference your Ruby installation. <br/>
You might need to change it to <code>#!/usr/bin/env ruby</code> or point directly at the installation.