インストール
- CentOS 5 をインストール DVD (CentOS-5.3-x86_64-bin-DVD.iso) でインストールする。
- インストーラの boot: プロンプトに「linux text
」と入力し、テキストモードでインストールする。 - [Package selection] では最小の構成でインストールしたいので、全てのチェックを外す。
- 最初の起動時に [Setup Agent] (setup) が起動するので、適宜設定する。
- 最新のパッケージに更新する。
# yum update - グループの確認
# yum grouplist - 「開発ツール」をインストールする。
# yum groupinstall "開発ツール" - ソースをダウンロード、コンパイル、インストールする。
# wget http://launchpad.net/plone/3.2/3.2.2/+download/Plone-3.2.2-UnifiedInstaller.tgz
# tar xzf Plone-3.2.2-UnifiedInstaller.tgz
# cd Plone-3.2.2-UnifiedInstaller
# ./install.sh standalone
# iptables -I RH-Firewall-1-INPUT -p tcp --dport 8080 -m state --state NEW -j ACCEPT
# iptables-save
# /usr/local/Plone/zinstance/bin/plonectl start
0 件のコメント:
コメントを投稿