• カテゴリ お決まりのパターン の最新配信
  • RSS
  • RDF
  • ATOM

ブログ - XCL 2.2.0 -> 2.2.1 バージョンアップ手順

XCL 2.2.0 -> 2.2.1 バージョンアップ手順

カテゴリ : 
Customize/Hackメモ » お決まりのパターン
執筆 : 
masa 2012/10/14
XCL 2.2.0 から 2.2.1 にバージョンアップしたので、手順を記録しておく。

■ファイルの展開

・XCL 2.2.1 を適当な場所で解凍する。

% unzip Package_Legacy_2_2_1.zip

・上書きしたくない不要なファイルを削除する

% cd xoopscube-legacy-99a75d3
% cd html
% rm mainfile.php favicon.php
% rm -r install uploads
% cd ../xoops_trust_path
% rm -r templates_c cache
% cd ..
xoops_trust_path/settings/site_default.ini をいじっている場合は、それも削除した方が良いかもしれない。

・言語ファイルをコピーする

% (cd extras/extra_languages/ja_utf8/; tar -cf - language modules) | (cd html; tar -xf -)

・適宜 extra_modules をコピーする (以下は altsys の例)

% (cd extras/extra_modules/html/; tar -cf - modules/altsys) | (cd html/; tar -xf -)
% (cd extras/extra_modules/xoops_trust_path/; tar -cf - libs/altsys) | (cd xoops_trust_path/; tar -xf -)


・ファイルを上書きコピーする

% (cd html; tar -cf - .) | (cd ターゲットhtmlディレクトリ; tar -xf -)
% (cd xoops_trust_path; tar -cf - .) | (cd ターゲットtrustディレクトリ; tar -xf -)

■管理画面からモジュールをアップデートする
互換モジュール
ユーザー管理
互換レンダーシステム
標準キャッシュモジュール
プロフィールモジュール


管理モジュールのコメントの管理の削除フラグが正しく動作しない件は、相変わらず直っていないかもしれない?

関連記事
xcl 2.2.0 コメントの管理のjavascript
  • トラックバック (0)
  • 閲覧 (4695)