<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>280W =IM3の宴=</title>
    <link>http://im3.280w.info/</link>
    <description></description>
    <language>ja</language>
    <generator>Nucleus CMS v3.41</generator>
    <copyright>&#169;</copyright>
    <category>Weblog</category>
    <docs>http://backend.userland.com/rss</docs>
    <image>
      <url>http://im3.280w.info/nucleus/nucleus2.gif</url>
      <title>280W =IM3の宴=</title>
      <link>http://im3.280w.info/</link>
    </image>
    <item>
 <title>[Install]AJAX Chat</title>
 <link>http://im3.280w.info/?itemid=10</link>
<description><![CDATA[AJAX Chatのインストールです。<br />
<br />
サイト:https://blueimp.net/ajax/<br />
バージョン：0.8.3<br />
<br />
動作中のサイト: <a href="http://im3.280w.info/ajax_chat/">http://im3.280w.info/ajax_chat/</a>【やる事】<br />
1. アーカイブのダウンロードと準備<br />
2. MySQLのデータベースとユーザの作成<br />
3. IISでの仮想ディレクトリの設定<br />
4. install.phpを叩いてテーブルの作成<br />
<br />
----<br />
<br />
sourceforgeからアーカイブのダウンロード<br />
<a href="http://im3.280w.info/media/1/20100112-WS000062.JPG">20100112-WS000062.JPG</a><br />
<br />
解答してC:\webapp\ajax_chat-0.8.3以下へ展開<br />
<a href="http://im3.280w.info/media/1/20100112-WS000063.JPG">20100112-WS000063.JPG</a><br />
<br />
MySQL Command Line Clientを起動し、データベースを作成する<br />
ここでは「ajax_chat」データベースを作った<br />
<a href="http://im3.280w.info/media/1/20100112-WS000064.JPG">20100112-WS000064.JPG</a><br />
<br />
続いてMySQLへ接続するユーザも作成。ここでは「ajax_chat」ユーザを作った。<br />
<a href="http://im3.280w.info/media/1/20100112-WS000065.JPG">20100112-WS000065.JPG</a><br />
<br />
「chat\lib\config.php.example」を「config.php」にリネーム<br />
<a href="http://im3.280w.info/media/1/20100112-WS000066.JPG">20100112-WS000066.JPG</a><br />
<br />
config.phpを開き、<br />
$config['dbConnection']['host'] = '127.0.0.1';<br />
$config['dbConnection']['user'] = 'ajax_chat';<br />
$config['dbConnection']['pass'] = 'password';<br />
$config['dbConnection']['name'] = 'ajax_chat';<br />
のパラメータを設定する。<br />
<a href="http://im3.280w.info/media/1/20100112-WS000071.JPG">20100112-WS000071.JPG</a><br />
<br />
IISマネージャーのサイトから、仮想ディレクトリの追加を選択。<br />
エイリアスと物理パスを設定する。<br />
<a href="http://im3.280w.info/media/1/20100112-WS000070.JPG">20100112-WS000070.JPG</a><br />
<br />
http://(設置したサイト)/ajax_chat/install.php にアクセスし、<br />
テーブルを作成する。<br />
<a href="http://im3.280w.info/media/1/20100112-WS000073.JPG">20100112-WS000073.JPG</a><br />
<br />
http://(設置したサイト)/ajax_chat/ にアクセス<br />
<a href="http://im3.280w.info/media/1/20100112-WS000074.JPG">20100112-WS000074.JPG</a><br />
<br />
適当なユーザ名を入力して[ログイン]を押すとログインできる。これで完了。<br />
<a href="http://im3.280w.info/media/1/20100112-WS000075.JPG">20100112-WS000075.JPG</a>]]></description>
 <category>インストールレポート</category>
<comments>http://im3.280w.info/?itemid=10</comments>
 <pubDate>Tue, 12 Jan 2010 21:03:35 +0900</pubDate>
</item><item>
 <title>[Install]Nucleus v3.41</title>
 <link>http://im3.280w.info/?itemid=5</link>
<description><![CDATA[Nucleusのインストールです。<br />
<br />
サイト:<a href="http://japan.nucleuscms.org/">http://japan.nucleuscms.org/</a><br />
バージョン：3.41<br />
<br />
<br />
動作中のサイト: <a href="http://im3.280w.info/">http://im3.280w.info/</a>【前提条件】<br />
アーカイブ配置パス: C:\www\webapp以下<br />
MySQL: Version 5.1.41-community<br />
<br />
【やる事】<br />
1. アーカイブのダウンロードと準備<br />
2. MySQLのデータベースとユーザの作成<br />
3. Nucleus初期設定の為のアクセス制限の設定<br />
<br />
----<br />
<br />
サイトからアーカイブをダウンロードする。<br />
<a href="http://im3.280w.info/media/1/20100107-WS000013.JPG">20100107-WS000013.JPG</a><br />
<br />
解答してフォルダに配置する<br />
<a href="http://im3.280w.info/media/1/20100107-WS000014.JPG">20100107-WS000014.JPG</a><br />
<br />
MySQL Command Line Clientを起動してデータベースを作成する。<br />
<a href="http://im3.280w.info/media/1/20100107-WS000015.JPG">20100107-WS000015.JPG</a><br />
<br />
NucleusがMySQLを使うためのユーザを作成する。<br />
ユーザ名とパスワードは適当に決める。<br />
「nucleus@localhost」のnucleusがユーザ名の部分。<br />
「identified by 'password'」のpasswordがパスワードの部分。<br />
<a href="http://im3.280w.info/media/1/20100107-WS000016.JPG">20100107-WS000016.JPG</a><br />
<br />
Nucleusのconfig.phpを右クリックして、[プロパティ]をクリック。[セキュリティ]タブの編集をクリック。<br />
<a href="http://im3.280w.info/media/1/20100107-WS000017.JPG">20100107-WS000017.JPG</a><br />
<br />
[追加]をクリック。<br />
<a href="http://im3.280w.info/media/1/20100107-WS000018.JPG">20100107-WS000018.JPG</a><br />
<br />
iusrと入力して[名前の確認]をクリック。<br />
<a href="http://im3.280w.info/media/1/20100107-WS000019.JPG">20100107-WS000019.JPG</a><br />
<br />
[OK]をクリックするとIUSRが追加されるので、[変更]の[許可]にチェックをつけて[OK]をクリック。<br />
<a href="http://im3.280w.info/media/1/20100107-WS000020.JPG">20100107-WS000020.JPG</a><br />
<br />
IISマネージャからサイトの詳細設定で、物理パスを<br />
C:\webapp\nucleus<br />
にする。<br />
<a href="http://im3.280w.info/media/1/20100107-WS000022.JPG">20100107-WS000022.JPG</a><br />
<br />
http://localhost/install.php<br />
にアクセスする。<br />
<br />
<b>※試した環境では、MySQLに接続できずinstall.phpのページが途中で切れてしまっていたので、<br />
ソースを適当に修正した。<br />
164: 	// note: this piece of code is taken from phpMyAdmin<br />
165:	$result = @mysql_query('SELECT VERSION() AS version');<br />
<br />
164行と165行の間に<br />
$con = mysql_connect("127.0.0.1","nucleus","password");<br />
mysql_select_db("nucleus_blog", $con);<br />
を追記したらとりあえず動いたのでよし。</b><br />
<br />
適当に設定のち、install.phpとinstall.sqlを削除。<br />
<br />
config.phpを右クリックして、[セキュリティ]タブの[編集]をクリックし、<br />
IUSRを削除する。<br />
<br />
http://localhost/ にアクセスすれば出来上がり。<br />
<br />
]]></description>
 <category>インストールレポート</category>
<comments>http://im3.280w.info/?itemid=5</comments>
 <pubDate>Thu, 7 Jan 2010 13:50:49 +0900</pubDate>
</item><item>
 <title>[Install]PHP</title>
 <link>http://im3.280w.info/?itemid=2</link>
<description><![CDATA[まずはPHP 5.3.1のVC9 x86 Non Thread Safeをダウンロード<br />
<a href="http://im3.280w.info/media/1/20100106-WS000001.JPG">20100106-WS000001.JPG</a><br />
<br />
適当にインストール。FastCGIを選んだ記憶がある。<br />
<br />
IISマネージャーのハンドラーマッピングからモジュールマップの追加。<br />
要求パス: *.php<br />
モジュール: FastCgiModule<br />
実行可能ファイル: C:\PHP\php5.dll （←ここは適宜変更のこと）<br />
名前: 適当につける<br />
<a href="http://im3.280w.info/media/1/20100107-WS000002.JPG">20100107-WS000002.JPG</a><br />
<br />
こうやって追加されればOK<br />
<a href="http://im3.280w.info/media/1/20100107-WS000003.JPG">20100107-WS000003.JPG</a><br />
<br />
試しにphpinfo()を作成<br />
<a href="http://im3.280w.info/media/1/20100107-WS000005.JPG">20100107-WS000005.JPG</a><br />
<br />
documentrootはデフォルトでC:\inetpub\wwwrootだったと思うのでその下に保存。<br />
Webサイトが開始されてることを確認してアクセスしてみる。<br />
<a href="http://im3.280w.info/media/1/20100107-WS000006.JPG">20100107-WS000006.JPG</a><br />
]]></description>
 <category>総合</category>
<comments>http://im3.280w.info/?itemid=2</comments>
 <pubDate>Wed, 6 Jan 2010 20:34:24 +0900</pubDate>
</item>
  </channel>
</rss>