XOOPS Cube Legacy base repository
Revisión | d20d77c703daa1332b6525a72aef3c20b1a7800d (tree) |
---|---|
Tiempo | 2010-02-11 16:28:43 |
Autor | minahito <minahito@704c...> |
Commiter | minahito |
git-svn-id: https://xoopscube.svn.sourceforge.net/svnroot/xoopscube/Package_Legacy/trunk@434 704cf05f-ae62-4b0e-a484-234ee0250e75
@@ -86,7 +86,14 @@ After performing the above procedures, you're ready to continue installing XOOPS | ||
86 | 86 | <p>Click the Next button to continue on to the next screen. </p> |
87 | 87 | |
88 | 88 | <p> |
89 | -The next part of the install Wizard is designed to check your file and directory permissions. If you're running in a Win32 environment, this should be a pretty painless install. If you're running in a UNIX environment, the Wizard will display any problems and the corrective actions to take if there are problems. | |
89 | +The next part of the install Wizard is designed to check your <a href="http://en.wikipedia.org/wiki/File_system_permissions">file and directory permissions</a>. If you're running in a Win32 environment, this should be a pretty painless install. If you're running in a UNIX environment, the Wizard may display any problems and the corrective actions to take if there are problems. If the authority of your web server is different from yours, try to change permissions as the following and reload: | |
90 | +<ul> | |
91 | + <li>chmod 660 mainfile.php</li> | |
92 | + <li>chmod 770 uploads</li> | |
93 | + <li>chmod 770 templates_c</li> | |
94 | + <li>chmod 770 cache</li> | |
95 | +</ul> | |
96 | +If there are red signals, contact administrators to get advices. | |
90 | 97 | </p> |
91 | 98 | |
92 | 99 | <p><img src="images/install003.gif" /></p> |
@@ -68,7 +68,7 @@ XOOPS Cube Legacy | ||
68 | 68 | <li><a href="http://xoopscube.sourceforge.net/">XOOPS Cube Legacy</a> をインストールするデータベースを作成する。<br /> |
69 | 69 | (もし、作成する権限がない場合は、サーバ管理者かサーバホスティング会社に依頼してください。)</li> |
70 | 70 | <li>上記のデータベースにアクセスできる、データベースサーバのユーザアカウントを準備する。</li> |
71 | -<li>XOOPS Cube Legacy のファイルをサーバにアップロードし、「uploads/」、「cache/」、「templates_c/」ディレクトリ、および「mainfile.php」ファイルのパーミッションをPHPから書き込み可能に設定する。</li> | |
71 | +<li>XOOPS Cube Legacy のファイルをサーバにアップロードし、「uploads/」、「cache/」、「templates_c/」ディレクトリ、および「mainfile.php」ファイルの<a href="http://ja.wikipedia.org/wiki/%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E3%83%91%E3%83%BC%E3%83%9F%E3%83%83%E3%82%B7%E3%83%A7%E3%83%B3">パーミッション</a>をPHPから書き込み可能に設定する。</li> | |
72 | 72 | <li>ブラウザのクッキーと<span class="missingpage">JavaScript</span>を有効にする。</li> |
73 | 73 | </ul> |
74 | 74 |
@@ -115,10 +115,23 @@ IP | ||
115 | 115 | 先頭に緑色の信号が付いたディレクトリとファイルは、パーミッションが正しく設定されているものです。 |
116 | 116 | 先頭に赤色の信号が付いたものはパーミッションが正しく設定されていないので、 |
117 | 117 | パーミッションをPHPから書き込み可能へ設定し直してください。 |
118 | -(よく分からない場合、通常chmod 777として問題ありません。) | |
118 | +</p> | |
119 | +<p> | |
119 | 120 | Win32環境でインストールを実行している場合には通常パーミッションを設定する必要はありませんので、 |
120 | 121 | すべてのディレクトリとファイルに緑色の信号が表示されるはずです。 |
121 | -Unix環境でインストールを実行している場合には、各ディレクトリとファイルに正しいパーミッションを設定する必要があります。 | |
122 | +</p> | |
123 | +<p> | |
124 | +Unix環境では、ウェブサーバの実行権限がユーザ権限と異なる場合にパーミッションチェックを通過できません。以下のようにパーミッションを設定してください。 | |
125 | +<ul> | |
126 | + <li>chmod 660 mainfile.php</li> | |
127 | + <li>chmod 770 uploads</li> | |
128 | + <li>chmod 770 templates_c</li> | |
129 | + <li>chmod 770 cache</li> | |
130 | +</ul> | |
131 | +うまくいかない場合は、サーバの管理者に連絡をとってください。 | |
132 | +</p> | |
133 | + | |
134 | +<p> | |
122 | 135 | 画面のようにすべてが緑色の信号で表示されたら、「次へ」ボタンをクリックして進みます。 |
123 | 136 | </p> |
124 | 137 |
@@ -260,4 +273,4 @@ XOOPS Cube | ||
260 | 273 | きっとインストールを成功させる方法を見つけられることでしょう。 |
261 | 274 | </p> |
262 | 275 | </body> |
263 | -</html> | |
\ No newline at end of file | ||
276 | +</html> |