Linux « weblog | HOME | Install perl module - cpan2rpm »
(Fedora Core 2)
How to install
To download, the registration is necessary at this site.
Install mysql-server and ImageMagick-perl, and then start daemon.
# yum -y install package
# unzip MT-3_34-ja.zip
# mv ./MT-3.34-ja/* /home/waterbee/ftp/html/cgi-bin/weblog/
# chown -R waterbee. /home/waterbee/ftp/html/cgi-bin/weblog/
# chmod 777 /home/waterbee/ftp/html/cgi-bin/weblog/
change permission to make files under weblog directory.
# /etc/rc.d/init.d/httpd restart
Access to http://address.net/cgi-bin/weblog/mt-check.cgi
Check which perl module is missing. Then install with cpan2rpm.
Setup mysql
# mysql -u root
login by user root
mysql> create database weblog;
mysql> use mysql;
mysql> grant usage on mt.* to admin@localhost identified by 'password';
create user "admin" and "password". this information is used when login to setup screen on Movable Type.
mysql> grant all on mt.* to admin@localhost;
Grant all rights to admin.
mysql> exit
Setup CGI
# cp -p /home/waterbee/ftp/html/cgi-bin/weblog/mt-config.cgi-original /home/waterbee/ftp/html/cgi-bin/weblog/mt-config.cgi
# nano /home/waterbee/ftp/html/cgi-bin/weblog/mt-config.cgi
use myspl. Other database soft must be comment out in the file.
Access to http://address.com/cgi-bin/weblog/mt.cgi to initial setup.
=================
manual
http://www.sixapart.jp/movabletype/manual/3.3/
reference
http://30smash.main.jp/mt/
http://movabletype.gonz-style.com/

