2009年2月2日月曜日

Typo3

Install Maniax2008 CMS
Typo3 
Typo3
 

 
インストールガイド :
 
インストール手順
 
1.  Version 4.2.3  Source with Dummy site ZIP   をダウンロード。 
   * 新規インストールの場合、 Source と Dummy の両方が必要。
 
2.  ダウンロードしたファイルを c:/apps/typo3 に展開し、仮想ディレクトを追加
   ・ 既定のディレクトリ設定に index.phpl を追加
   ・ typo3conf/ENABLE_INSTALL_TOOL を作成 (空ファイル)   
 
* このファイルが未作成の場合のエラー  

   Fix: Create a file typo3conf/ENABLE_INSTALL_TOOL
  This file may simply be empty. 

  
   ・ typo3conf/localconf.php ファイルに対して、 I_USER の変更権限を与えても効果がないため
   Eveyone に 変更権限を与える。 
 
3.  http://iis.museum-in-cloud.com/typo3/index.php  を実行 
  
TYPO3
TYPO3 4.2 Install Tool
Site: New TYPO3 site
Version: 4.2.3

 

Type in your database parameters here:


Username:  
Password:  
Host:  
  


NOTICE: By clicking this button, typo3conf/localconf.php is updated with new values for the parameters listed above!




NOTICE: Install Tool is running in '123' mode. Click here to disable.
  
    入力した Usernaem , Password , Host の値が typo3conf/localconf.php に書き込まれて、
   これを元に接続確認を行なっているが、このファイルへの書き込みができず、
   結果として以下のようなエラーが発生。 
   
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in C:\apps\typo3_src+dummy-4.2.3\t3lib\class.t3lib_db.php on line 988

Warning: Cannot modify header information - headers already sent by (output started at C:\apps\typo3_src+dummy-4.2.3\t3lib\class.t3lib_db.php:988) in C:\apps\typo3_src+dummy-4.2.3\typo3\sysext\install\mod\class.tx_install.php on line 4902 
   
    typo3conf/localconf.php ファイルに対して、 I_USER の変更権限を与えても効果なし。
   Eveyone に 変更権限を与える必要があった。
 
  画面に指示に従い、作業をすすめる。
 
TYPO3
TYPO3 4.2 Install Tool
Site: New TYPO3 site
Version: 4.2.3



You're done!


Apparently you have completed the basic setup of the TYPO3 database.
Now you can choose between these options:

- Go to the frontend pages

- Go to the backend login
(username may be: admin, password may be: password.)

- Continue to configure TYPO3 (Recommended).
This will let you analyse and verify that everything in your PHP installation is alright. Also if you want to configure TYPO3 to use all the cool features, you must dig into the this!


IMPORTANT

This script is a great danger to the security of TYPO3 if you don't secure it somehow.
We suggest one of the following:

- change the password as defined by the md5-hash in TYPO3_CONF_VARS[BE][installToolPassword].
- delete the folder 'typo3/install/' with this script in or just insert an 'exit;' line in the script-file there.
- password protect the 'typo3/install/' folder, eg. with a .htaccess file

The TYPO3_CONF_VARS[BE][installToolPassword] is always active, but choosing one of the other options will improve security and is recommended highly.

Enter "Normal" mode for the Install Tool to change this!
   
 
4.   Continue to configure TYPO3 (Recommended).
 まず Install Tool のパスワードを変更する。 初期パスワードは  "joh316" になっている。 
 
 
5.  - Go to the backend login 
 次に管理画面より設定を行う。 
  
 
6.   インストールが完了したら、インストールロック用の typo3conf/ENABLE_INSTALL_TOOL ファイルを削除する。    

以上  

 
 
* 参考 
利用ガイド 
関連

0 件のコメント:

コメントを投稿