<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>uprush &#187; centos</title>
	<atom:link href="http://uprush.net/tag/centos/feed/" rel="self" type="application/rss+xml" />
	<link>http://uprush.net</link>
	<description>YiFeng's Blog</description>
	<lastBuildDate>Wed, 03 Feb 2010 14:34:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CentOS5上のOracle 10g インストール</title>
		<link>http://uprush.net/2009/05/centos5%e4%b8%8a%e3%81%aeoracle-10g-%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab/</link>
		<comments>http://uprush.net/2009/05/centos5%e4%b8%8a%e3%81%aeoracle-10g-%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab/#comments</comments>
		<pubDate>Sun, 17 May 2009 14:05:01 +0000</pubDate>
		<dc:creator>uprush</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://blog.uprush.net/?p=281</guid>
		<description><![CDATA[&#160;Linux系の企業向けディストリビューションのオープンソース版である CentOS5 に Oracle10g Release1（Enterprise Edition 30日間トライアル版）をインストール時のメモ書きです。
&#160;

前提条件

ハードウェア条件



メモリ
512MB以上


スワップ（SWAP)領域
1GBまたはメモリの2倍


一時ディレクトリー(/tmp)
400MB以上


Oracleインストール用ディスク
1.5GB


データベース用ディスク
1.5GB




システム条件
CentOS 5 が正常にインストールされていること。CentOS 5 のインストールについては centossrv.com を参照する。
下記のパッケージがインストールされていること。
&#160;&#160;&#160; 　xwindow
&#160;&#160;&#160; 　setarch-2*
&#160;&#160;&#160; 　make-3*
&#160;&#160;&#160; 　glibc-2*
&#160;&#160;&#160; 　libaio-0*
&#160;&#160;&#160; 　compat-libstdc++-33-3*
&#160;&#160;&#160; 　compat-gcc-34-3*
&#160;&#160;&#160; 　compat-gcc-34-c++-3*
&#160;&#160;&#160; 　gcc-4*
&#160;&#160;&#160; 　libXp-1*
&#160;&#160;&#160; 　openmotif-2*
&#160;&#160;&#160; 　compat-db-4*

&#160;

インストール手順

インストール前
以下は root で操作すること。
Oracle Database 10g Release 1 (10.1.0) for Linux x86 30日間トライアル版　を ダウンロード し、解凍する。
/etc/sysctl.confを以下のように編集する
kernel.shmall = 2097152   kernel.shmmax = 2147483648   kernel.shmmni = 4096   # semaphores: semmsl, [...]]]></description>
		<wfw:commentRss>http://uprush.net/2009/05/centos5%e4%b8%8a%e3%81%aeoracle-10g-%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CentOSでのWeb開発環境</title>
		<link>http://uprush.net/2009/05/centos%e3%81%a7%e3%81%aeweb%e9%96%8b%e7%99%ba%e7%92%b0%e5%a2%83/</link>
		<comments>http://uprush.net/2009/05/centos%e3%81%a7%e3%81%aeweb%e9%96%8b%e7%99%ba%e7%92%b0%e5%a2%83/#comments</comments>
		<pubDate>Sun, 17 May 2009 05:34:15 +0000</pubDate>
		<dc:creator>uprush</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[web開発]]></category>

		<guid isPermaLink="false">http://blog.uprush.net/?p=189</guid>
		<description><![CDATA[楽しくプログラミングには、いい開発環境が不可欠となります。フリーソフトとウェブツールなどの利用を極めて、快適な開発環境を目指します。CentOS 5でWebアプリケーションの開発環境を構築します。
&#160;

ハード環境

開発端末はDell のデスクトップ一台です。DB サーバー、AP サーバー、そしてWeb サーバーとEclipseは全て1Gメモリのパソコンで起動すると、ちょっと遅いですが、なんとかやってきました。
&#160;

ソフト環境

ソフト環境の選択肢はより多いです。
OS：CentOS 5
IDE：Eclipse 3.3
DB：Oracle XE
Web サーバー：Apache
AP サーバー：Tomcat
Mail サーバー：Sendmail
便利なソフトとサイト
・Vim：静的HTMLとSQL作成用、詳しくは Vimでシステム開発 が紹介しています
・Oracle Sql Develop：Oracle Sql のGUI開発環境
・Subversion：バージョン管理
・Basecamp：SaaSプロジェクト管理サイト
&#160;

環境構築

1 CentOS 5のインストール
CentOS 5のインストールはこちらを参考しました。これでCentOS 5がインストールされたが、X Windowはインストールされていない。以下のコマンドを実行し、X をインストールします。&#160;      

[root@dbsrv&#160;~]#&#160;yum&#160;groupinstall&#160;&#34;X&#160;Window&#160;System&#34;&#160;&#34;KDE&#160;(K&#160;Desktop&#160;Environment)&#34;&#160;&#160;

[root@dbsrv ~]# yum groupinstall &#34;X Window System&#34; &#34;KDE (K Desktop Environment)&#34;

&#160;
2 Eclipse 3.3のインストール
Eclipse をインストール前に、JDK をインストールする必要があります。最新のJDK 6 Update 3 をダウンロードし、インストールします。JDKの設定について、/etc/profile の最後に、下記内容を追加します   。 

export&#160;JAVA_HOME=/usr/java/jdk1.6.0_03&#160;
export&#160;PATH=$PATH:$JAVA_HOME/bin&#160;
export&#160;CLASSPATH=.:$JAVA_HOME/jre/lib:$JAVA_HOME/lib:$JAVA_HOME/lib/tools.jar&#160;

export JAVA_HOME=/usr/java/jdk1.6.0_03 export [...]]]></description>
		<wfw:commentRss>http://uprush.net/2009/05/centos%e3%81%a7%e3%81%aeweb%e9%96%8b%e7%99%ba%e7%92%b0%e5%a2%83/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
