web 2008 導入 (29) YetAnotherForum.NET

http://yetanotherforum.net/

を試します。

インストール後は こんなの です。

 

tryiis7mgr を使い、データベース DB_xtest3_yaf を新規作成。

 

YAF-v1.9.3-FINAL-BIN-NET35.zip ファイルをダウンロードして手元で解凍。

 

YAF-v1.9.3-FINAL-BIN-NET35\webconfigs\recommended-NETv3.5-web.config ファイルを
YAF-v1.9.3-FINAL-BIN-NET35\ フォルダにコピーして、
web.config にリネーム。

 

YAF-v1.9.3-FINAL-BIN-NET35\db.config ファイルを書き換える。

変更前

<connectionStrings>
    <add name="yafnet" connectionString="data source=(local);initial catalog=yafnet;integrated security=SSPI" />
</connectionStrings>

 

変更後

<connectionStrings>
    <add name="yafnet" connectionString="data source=mssql2008; initial catalog=DB_xtest3_yaf; integrated security=SSPI" />
</connectionStrings>

 

 

YAF-v1.9.3-FINAL-BIN-NET35\app.config ファイルに「インストーラーを保護するためのパスワード」を指定する。

変更前

<appSettings>
  <!–
  ******************************************************************
    ** ConfigPassword Key ** Defaults to: Empty (not installed) **
  Password to run configuration (/install/default.aspx) for the forum.
  If you cannot set write permissions on this file (app.config)
  you can manually enter a plain text password here that will
    be required when you attempt to run the configuration. Install/config
    password is required for security reasons.
   –>
    <add key="YAF.ConfigPassword" value="" />

 

変更後

<appSettings>
  <!–
  ******************************************************************
    ** ConfigPassword Key ** Defaults to: Empty (not installed) **
  Password to run configuration (/install/default.aspx) for the forum.
  If you cannot set write permissions on this file (app.config)
  you can manually enter a plain text password here that will
    be required when you attempt to run the configuration. Install/config
    password is required for security reasons.
   –>
    <add key="YAF.ConfigPassword" value="***インストーラーを保護するためのパスワード***" />

 

 

YAF-v1.9.3-FINAL-BIN-NET35 フォルダの中身を FTP で /webapps/yaf へアップロード。

 

E:\Account\xtest3\webapps\yaf ディレクトリを /yaf にマッピング。

 

  /yaf をクラシック モードのアプリにする。

 

ブラウザーで /yaf/install/ を要求。

 ***インストーラーを保護するためのパスワード*** を入力して「次へ」をクリック。

Create Forum

Setup/Upgrade Finished

おめでとうございます。

コメントを残す