Apache の設定ファイルを設定します。
設定ファイルの場所 httpd.conf
etc/apache2/conf/httpd.conf
Movable Type テスト環境用の設定をします
-------------------------------------------
Alias /mt/ "/var/www/cgi-bin/mt/"
<Directory /var/www/cgi-bin/mt/>
Options +ExecCGI
</Directory>
ScriptAlias /mt/ "/var/www/cgi-bin/mt/"
-------------------------------------------
Movable Typeのファイルを /var/www/mt に展開します
http://www.sixapart.jp/movabletype/
perl の MySQL を操作できるようにするため、下記のパッケージをインストールします。
perl-DBI
Perl-DBD-MySQL
------------------------------------------------------------------
# The CGIPath is the URL to your Movable Type directory
CGIPath http://localhost/cgi-bin/mt/
# The StaticWebPath is the URL to your mt-static directory
# Note: Check the installation documentation to find out
# whether this is required for your environment. If it is not,
# simply remove it or comment out the line by prepending a "#".
StaticWebPath http://localhost/mt-static
#================ DATABASE SETTINGS ==================
# REMOVE all sections below that refer to databases
# other than the one you will be using.
##### MYSQL #####
ObjectDriver DBI::mysql
Database mt
DBUser mtuser
DBPassword password
------------------------------------------------------------------
Movable Type が起動できるかどうか確認します。
http://localhost/mt/mt-check.cgi