MoinMoin1.5から1.9へアップグレード


前提

  • 1.5が入っていたWindowsPCとは別のCentOSを用意し、CentOSにはMoinMoin1.9がインストール済みでmoinなページがブラウザで表示できている状態でスタート。
  • マクロのバージョンアップは今回しない。

作業

  1.  /usr/share/moin にて data フォルダを data.org へリネーム。 
  2.  CentOSにdataフォルダだけを転送
  3.  転送したdataフォルダを/usr/share/moin/dataへ移動
  4.  所有者をapacheにする。 chown apache * -R 
  5.  moin --config-dir=/usr/share/moin --wiki-url=http://your_host/moin maint cleancache 
  6.  moin --config-dir=/usr/share/moin --wiki-url=http://your_host/moin migration data
  7.  service httpd restart
 ヒント
find . | grep pyc$ | xargs rm

コメント

このブログの人気の投稿

AppSheet の Data Source に Heroku Postgres を追加したい