Simple Guides To Install MovableType 3.0
Filed in: Weblog — June 15th, 2004Installation:
- Open and edit mt.cfg
- Find CGIPath(line 14) and change the line to CGIPath http://www.YOUR_DOMAIN.COM/mt/
- Remove remark(remove heading “#”) of Line 36 to 38. So it will looks like the following:
ObjectDriver DBI::mysql
Database YOUR_DATABASE_NAME
DBUser YOUR_DATABASE_USER_NAME
DBHost localhost - Save and close mt.cfg
- Open and edit mt-db-pass.cgi
- Replace database_password with your MT’s MySQL database password. So that the file only contain your database password, like this:
YOUR_DATABASE_PASSWORD - Save and close mt-db-pass.cgi
- Okay, now open your FTP client software and connect to your web hosting account.
Note: Upload all files as ASCII format, except for “images” folder. Recommend to use FileZilla, a free FTP client. - Upload EVERYTHING from the MT installation pack into the MT directory. EVERYTHING means included docs, extlib, images, and everything else.
- Change all the .cgi files’ permission to 755. If your FTP client support, you can select them all and change in once.
- Open browser and goto http://www.YOUR_DOMAIN.com/mt/mt-check.cgi to check if MT required modules installed or not.
- Scroll down to page bottom, if you see “You’re ready to go!” then everything is fine. Else, please refer to official documentation to install the missing modules.
- It is time to initialize your MT! Point your browser to http://www.YOUR_DOMAIN.com/mt/mt-load.cgi. The script will setup MT and you will see “System Initialization Complete“.
- Connect to FTP server again, and delete mt-load.cgi(in “mt” directory)
We have finished MT installation, Let’s run MT for the first time!


