Installing Movable Type

Movable Type runs on a Web server where you use it to set up and add content to your blog and build the blog pages that visitors see over the Internet. You install the Movable Type software on the Web server. Once Movable Type is installed, you use a Web browser on your personal computer to connect to Movable Type and make changes to your blog.

You don't need your own Web server to install and use Movable Type. You can easily contract with a Web hosting provider to "rent" space on a managed Web server. Just make sure that your hosting service provides the minimum requirements for Movable Type. Most hosting services offer the Apache Web server and MySQL database. When this is the case, you can follow the Quick Start instructions to get your Movable Type system installed and running in just a few minutes.

If you have your own Web server, you can also follow the Quick Start instructions, or you can read about more advanced installation and configuration options in the UNIX/Linux Installation Instructions. If you have a Windows Web server, we've provided detailed instructions for installing the required components as well as Movable Type. See Installing on a Windows Server.

Community Installation Resources

For additional help, consult some of the following resources created by the Movable Type community:

This page was last updated on 2008-05-07, 14:33.  

5 Notes

I am having trouble with the wizard set up. I get to step 6 on super mx and wait 5-10 seconds then redirected to a page with the following:

!/usr/bin/perl -w Movable Type (r) Open Source (C) 2001-2008 Six Apart, Ltd. This program is distributed under the terms of the GNU General Public License, version 2.

#

$Id: mt.cgi 1174 2008-01-08 21:02:50Z bchoate $

use strict; use lib $ENV{MTHOME} ? "$ENV{MTHOME}/lib" : 'lib'; use MT::Bootstrap App => 'MT::App::CMS';

Also my log in on supermx isn't working.

Any ideas?

@noah can you show your phpinfo(); details ?

ops do NOT paste your phpinfo(); details here :) (its dangerous) find me in forums (http://forums.sixapart.com/) and leave p. message

php ahaha nice confusion http://forums.sixapart.com/index.php?showtopic=65914 is answer for your question

it looks as if .cgi is not set to be handled by PERL.

this may be something that you can change in your control panel or you may need to speak to your host.

Leave a note