2008年2月9日土曜日

plone2.0.5→plone2.1.5 その1

Plone2.0.5からPlone2.1.5への移行を行いました。大まかな作業の内容は下のとおり。

1.マシン6のZope2.7からマシン2のZope2.7へData.fsをコピーする。
2.マシン2でZope2.7→Zope2.8、Plone2.0.5→Plone2.1.5へ移行する。


これは先輩の仕事を引き継いだので、instasnceなどは先輩が設定したものを使いました。
vi zope.confで見るとこんな感じ。

INSTANCE /var/zope2.7
CLIENT /opt/zope-2.7
設定ファイル /var/zope2.7/etc/zope.conf

instanceの作り方は

/usr/lib/zope/bin/mkzopeinstance.py コマンドで作ったのでしょう。予測ですがこんな感じ?

# /usr/lib/zope/bin/mkzopeinstance.py
Please choose a directory in which you'd like to install
Zope "instance home" files such as database files, configuration
files, etc.

Directory: /var/zope2.7

Please choose a username and password for the initial user. These will be the credentials you use to initially manage your new Zope instance.

Username:
Password:
Verify password:
# chown -R zope:zope /var/zope2.7

それからwget コマンドで /home/hrd へダウンロード。その後

tar xvzf Plone-2.1.5.tar.gz

で解凍しました。20個のディレクトリを/var/zope2.7/Productsへ移動。後で気づいたのですが、

cp -r Plone-2.1.5/* /var/zope2.7/Products/

で良いのかぁ。とりあえず今日はこんな感じ。

0 件のコメント: