<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/estorage/">
    <title>エンジニアストレージ</title>
    <link>http://w.atwiki.jp/estorage/</link>
    <atom:link href="https://w.atwiki.jp/estorage/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>エンジニアストレージ</description>

    <dc:language>ja</dc:language>
    <dc:date>2009-05-20T17:21:08+09:00</dc:date>
    <utime>1242807668</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/estorage/pages/20.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/estorage/pages/19.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/estorage/pages/18.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/estorage/pages/17.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/estorage/pages/16.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/estorage/pages/15.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/estorage/pages/14.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/estorage/pages/13.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/estorage/pages/12.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/estorage/pages/11.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/estorage/pages/20.html">
    <title>Struts</title>
    <link>https://w.atwiki.jp/estorage/pages/20.html</link>
    <description>
      *参考資料URL
+http://www.whitemark.co.jp/tec/index.html#1
+http://www.infoscience.co.jp/technical/struts/index.html
+http://www.stackasterisk.jp/tech/java/strutsSec01_01.jsp#1
+http://www.fk.urban.ne.jp/home/kishida/kouza/struts.html
+http://www.hellohiro.com/struts.htm
+http://www.db.is.kyushu-u.ac.jp/rinkou/tomcat/eclipsestruts2.html
+http://www.techscore.com/tech/ApacheJakarta/Struts/index.html
+http://www.javaroad.jp/opensource/index.html    </description>
    <dc:date>2009-05-20T17:21:08+09:00</dc:date>
    <utime>1242807668</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/estorage/pages/19.html">
    <title>PostgreSQL導入方法</title>
    <link>https://w.atwiki.jp/estorage/pages/19.html</link>
    <description>
      *PostgreSQL導入設定    </description>
    <dc:date>2009-05-12T13:54:39+09:00</dc:date>
    <utime>1242104079</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/estorage/pages/18.html">
    <title>sesar-Java環境構築</title>
    <link>https://w.atwiki.jp/estorage/pages/18.html</link>
    <description>
      **SeasarでJavaの開発環境を構築

*必要なソフト
-Windows Vist Home Premium SP1
-Seasar2
-Tomcat
-JSP
-サーブレット

-構築手順1
+

-参考サイト
+http://www.hellohiro.com/
+http://www.site-cooler.com/java/tomcat/    </description>
    <dc:date>2009-05-08T17:03:18+09:00</dc:date>
    <utime>1241769798</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/estorage/pages/17.html">
    <title>VMWare-Web環境構築</title>
    <link>https://w.atwiki.jp/estorage/pages/17.html</link>
    <description>
      *VMWare-Web開発環境

**今回構築するWeb環境
&gt;CentOS-5.2
&gt;VMWare1.0.6
&gt;PHP4.X
&gt;PHP5.X
&gt;mojavi2.X
&gt;Apache/2.2.3(二つ)
&gt;PostgreSQL
&gt;PukiWiki1.X
&gt;Pear
&gt;PDF
&gt;samba
&gt;subversion

*パッケージソフトからのインストール
+ソフトウェアの追加/削除からPHP5(PEAR)、Apache2、PostgreSQLをインストール
+パッケージソフトからのインストールはそんなに悩まずにできるので特に説明なし
+ラウザで「http:localhost」にアクセスしてapacheが起動しているか確認。
+apacheのドキュメントルート「/var/www/html」
+apacheの設定ファイル「/var/www/html/httpd.conf」
+ドキュメントルート直下にtest.phpファイルを置いてphpが動作しているか確認する
test.phpのファイル内容
&gt;&lt;?php
&gt;phpinfo();
&gt;?&gt;
+ラウザで「http:localhost/test.php」にアクセスしてPHPが起動しているか確認。


*PHP4とApaceh(二つ目)を手動で設定する下準備
+アプリケーション→ソフトウェアの追加削除
+gcc、make、Perlのパッケージをインストール

+Apacheの設定
+任意のフォルダにapacheを解凍「tar zxvf httpd-2.0.63.tar.gz -C /usr/local/src/」
+解凍したapacheのフォルダ直下に移動する。
+apache2をインストール(configure)すろ時に私の場合は「checking whether to enable mod_deflate... configure: error: mod_deflate has been requested but can not be built due to prerequisite failures
」とエラーで怒られたので「# yum install zlib-devel」を実行した。
①「./configure --enable-so --en    </description>
    <dc:date>2009-04-20T23:10:23+09:00</dc:date>
    <utime>1240236623</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/estorage/pages/16.html">
    <title>VMWare環境構築（VMWareServer）</title>
    <link>https://w.atwiki.jp/estorage/pages/16.html</link>
    <description>
      **VMWare環境構築　VMWare Serverを使う場合

*構築環境
-Windows Vist Home Premium SP1
-VMWare Server 1.X
-CentOS5（イメージファイル）

-構築手順1
+&amp;link(VMWare公式ページ){http://www.vmware.com/download/player/}からVMWare Serverをダウンロード、解凍してインストール
+VMWareServerを起動し、メニューのFile→New→VirtualMachine
+次へ→Customをチャックし次へ→GuestOSをLinuxにチェック、VersionをOtherLinuxに選択し次へ
+バーチャルマシン名は任意付け、保存先も任意に付けて次へ→
+SetAccessRightsはそのままで次へ→Startup/ShutdownOptionsもそのままで次へ→
+ProcessorConfigurationもそのままで次へ→Memory for the Virtual Machineで使用メモリサイズを任意に決めて次へ
+Network Typeは私の場合はNAT環境になるのでNATを選択し次へ→Select I/O Adapter Typesはそのままで次へ→
+Select a DiskはIDEを選択して次へ→Select a Disk TypeはIDEをチェックし次へ→
+Specify Disk CapacityはDisk sizeを私の場合は10Gに変更し次へ※アロッケートのチェックははずす→
+Specify Disk Fileは時にファイルネームを変えたくないのならば完了→ここからは自動で環境構築されます。

-構築手順2
+VMWareServerを起動する
+CD-ROMをダブルクリックしてUSE ISO imageファイルでCentOSのイメージファイルを選択する。
+メニューのFileからOpenで先ほど生成したvmxファイルを選び起動する。

-構築手順3
+CentOSでCDのチェックを聞かれるがSkipで次へ進む
+言語はJapaneseを選択して次へ
+キーボードも日本語を選択し次へ
+ハードディスクの初期化しますか？っと聞いてくると思うの    </description>
    <dc:date>2009-03-25T19:41:44+09:00</dc:date>
    <utime>1237977704</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/estorage/pages/15.html">
    <title>VMWare-Web開発環境</title>
    <link>https://w.atwiki.jp/estorage/pages/15.html</link>
    <description>
      -参考サイト
+phpとapacheの導入参考サイト
+http://www.planet-green.com/
+apache公式サイト
+http://httpd.apache.org/docs/2.1/
+PostgreSQLの導入参考サイト
+http://y-kit.jp/saba/xp/postgreinst.htm
+PukiWikiの導入参考サイト
+http://www.bnote.net/linux/pukiwiki_install.shtml
+subversion
+http://www.saiin.net/~silphire/tips/svninstall.htmlお
+http://q.hatena.ne.jp/1220428219
+PostgreSQL参考ページ
+http://centossrv.com/postgresql.shtml
+http://www.crimson-snow.net/hmsvr/centos/ticentos.html
+http://www.phpbook.jp/database/postgresql/index.html
+pukiwiki参考
+FPDF導入設定
+http://plaza.rakuten.co.jp/pgmemo/diary/200511290000/
+http://www.phpbook.jp/fpdf/
+http://shikabo.ddo.jp/
+php5 mojavi2で動作環境構築
+http://www.ryuzee.com/contents/blog/847
+mojaviで環境構築
+http://www.stackasterisk.jp/tech/php/index.jsp

+http://www.bnote.net/linux/pukiwiki_install.shtml
*パッケージソフトでGCCとhttpを必要なのをインストールする
+apacheを起動方法/etc/rc.d/init.d/postgresql start
&lt;http://www.geocities.jp/tatsus490824/apache_install.html#002
+PostgreSQLを起動する
&lt;/etc    </description>
    <dc:date>2009-04-13T22:30:04+09:00</dc:date>
    <utime>1239629404</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/estorage/pages/14.html">
    <title>VMWare環境構築（VMWarePlayer）</title>
    <link>https://w.atwiki.jp/estorage/pages/14.html</link>
    <description>
      **VMWare環境構築　VMWare Playerを使う場合

*構築環境
-Windows Vist Home Premium SP1
-VMware Player 1.0.9(今回1．xの最新バージョンを使用します。2．xは安定していないみたいなので・・・)
-qemu0.9.1(windows版)
-CentOS5

-構築手順1
+&amp;link(VMWare公式ページ){http://www.vmware.com/download/player/}からVMware Player 1.0.9をダウンロード、解凍してインストール
+&amp;link(FTPサーバからCENTOS5.0){http://ftp2.riken.jp/Linux/centos/5/isos/i386/}をダウンロード→今回はDVDのイメージを使用しますので、イメージファイルをダウンロードしてきます。※OSのイメージファイルなので結構時間がかかりました；
+Qemuを&amp;link(ココ){http://homepage3.nifty.com/takeda-toshiya/}からダウンロード
+Qemuをインストールし仮想ディスクファイルの作成を行う。
&gt;コマンドプロンプトを立ち上げqemuがあるフォルダに移動して以下のようにファイル名とサイズを指定してvmdkファイルを生成する。
&gt;qemu-img.exe create -f vmdk ファイル名 サイズ
&gt;私の場合は「qemu-img.exe create -f vmdk D:\VMWare\qemu-0.9.1-windows\qemu-0.9.1-windows\test.vmdk 10G」
+次に環境に合わせたvmxファイルを作成
+VMWarePlayerを使うか、直接vmxファイルをクリックして実行しCentOSを機動させる。

-参考サイト
+http://pc-os.seesaa.net/article/38943394.html
+http://mkosaki.blog46.fc2.com/blog-entry-32.html
+http://centossrv.com/centos5.shtml


-VMWare Serverを使用したCentOSインストール設定
-gc    </description>
    <dc:date>2009-03-22T12:37:13+09:00</dc:date>
    <utime>1237693033</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/estorage/pages/13.html">
    <title>キーワード</title>
    <link>https://w.atwiki.jp/estorage/pages/13.html</link>
    <description>
      **@キーワード情報
-テスト    </description>
    <dc:date>2009-03-03T22:20:27+09:00</dc:date>
    <utime>1236086427</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/estorage/pages/12.html">
    <title>トップページ（オリジナル）</title>
    <link>https://w.atwiki.jp/estorage/pages/12.html</link>
    <description>
      **@wikiへようこそ
-ウィキはみんなで気軽にホームページ編集できるツールです。
-このページは自由に編集することができます。
-メールで送られてきたパスワードを用いてログインすることで、各種変更（サイト名、トップページ、メンバー管理、サイドページ、デザイン、ページ管理、等）することができます

**まずはこちらをご覧ください。
-[[@wikiの基本操作&gt;http://atwiki.jp/guide/category2.html]]
-[[用途別のオススメ機能紹介&gt;http://atwiki.jp/guide/category22.html]]
-[[@wikiの設定/管理&gt;http://atwiki.jp/guide/category6.html]]

**分からないことは？
-[[@wiki ご利用ガイド&gt;http://atwiki.jp/guide/]]
-[[よくある質問&gt;http://atwiki.jp/guide/category1.html]]
-[[無料で会員登録できるSNS内の@wiki助け合いコミュニティ&gt;http://sns.atfb.jp/view_community2.php?no=112]]
-[[@wiki更新情報&gt;http://www1.atwiki.jp/guide/pages/264.html]]
-[[@wikiへのお問合せフォーム&gt;http://atwiki.jp/helpdesk]]
等をご活用ください

**@wiki助け合いコミュニティの掲示板スレッド一覧
#atfb_bbs_list(112)

**その他お勧めサービスについて
-[[大容量１Ｇ、PHP/CGI、MySQL、FTPが使える無料ホームページは@PAGES&gt;&gt;http://atpages.jp/]]
-[[無料ブログ作成は@WORDをご利用ください&gt;&gt;http://atword.jp/]]
-[[2ch型の無料掲示板は@chsをご利用ください&gt;&gt;http://atchs.jp/]]
-[[フォーラム型の無料掲示板は@bbをご利用ください&gt;&gt;http://atbb.jp/]]
-[[お絵かき掲示板は@paintをご利用ください&gt;&gt;http://atpaint.jp/]]
-[[その他の無料掲示板は@    </description>
    <dc:date>2009-03-03T00:29:37+09:00</dc:date>
    <utime>1236007777</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/estorage/pages/11.html">
    <title>プラグイン/コメント</title>
    <link>https://w.atwiki.jp/estorage/pages/11.html</link>
    <description>
          </description>
    <dc:date>2009-03-03T00:00:35+09:00</dc:date>
    <utime>1236006035</utime>
  </item>
  </rdf:RDF>
