Locked History Actions

Diff for "MoinMoinSetup"

Differences between revisions 2 and 3
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
test

MoinMoin

以下はmoinmoin-1.8.8を、CentOS5/6等にインストールする場合。

環境とインストール

  • pythonが動作していること。「python -v」でチェックする
  • tarボールを取得して解凍したらsetupスクリプトを動作させる

下記はデフォルトのディレクトリにインストール

tar xzf moin-1.8.8.tar.gz
cd moin-1.8.8
python setup.py install --record=install.log

インストールされるもの

作成されるinstall.logにインストールされたファイルが記述されている。