aboutsummaryrefslogtreecommitdiffstats
path: root/railties/html/index.html
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-24 12:40:20 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-24 12:40:20 +0000
commit03b531a44eed3313b61dbece6c9f0c6180798c3e (patch)
tree6c1f2270b8aff36006f06ae7de4f4bf8bc5c0d73 /railties/html/index.html
parent847436a478c991cee2393414bb98662f31cc8b54 (diff)
downloadrails-03b531a44eed3313b61dbece6c9f0c6180798c3e.tar.gz
rails-03b531a44eed3313b61dbece6c9f0c6180798c3e.tar.bz2
rails-03b531a44eed3313b61dbece6c9f0c6180798c3e.zip
Updated a few more docs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@793 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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.