IIS5.1+PHP5.2+MySQL5.1でSugarCRM その1
必要なインストーラをダウンロード
- IISはインストール済みとする
- MySQL →
mysql-5.1.33-win32.msi*1 mysql-5.0.77-win32.zip - PHP → php-5.2.9-2-win32-installer.msi
- phpMyAdmin → phpMyAdmin-3.1.3.1-all-languages.zip
- SugarCRM → SugarCE-Full-5.0.0h-Ja.zip
MySQLをインストール
- 圧縮ファイルを任意のフォルダに解凍
- Setup.exe を起動
- 「」画面で、Typecalを選択
- 「MySQL Server Instance Configuration」画面の「Please select the default character set.」で、Best Support For Multilingualismを選択
- 「MySQL Server Instance Configuration」画面の「Please set Windows options.」で、全チェックボックスを選択
- 「MySQL Server Instance Configuration」画面の「Please set the security options.」で、Modify Security Settingsを選択して、パスワード“pass”を入力
PHPをインストール
- インストーラを起動
- 初期設定を行う
- php.ini編集
upload_max_filesize = 20M
SMTP = smtp.*****.co.jp sendmail_from = *****@*****.co.jp
mbstring.language = Japanese mbstring.internal_encoding = UTF-8 mbstring.http_input = auto mbstring.http_output = pass mbstring.detect_order = auto mbstring.substitute_character = none
default_character = UTF-8
- IISの設定
- 「スタート>コントロールパネル>管理ツール>インターネット インフォメーション サービス」を起動
- 「規定のWebサイト」のプロパティ表示
- 「ISAPIフィルタ」タブの[追加]を選択
- 「ホーム ディレクトリ」タブの[構成]を選択
- 「アプリケーションの構成」画面の「マッピング」タブの[追加]を選択