Skip to content

benvanstaveren/movabletype

 
 

Repository files navigation

Welcome to Movable Type

Build Status CircleCI Coverage Status

Thank you for choosing Movable Type, the premiere solution for your blogging and website management needs. This file will explain how to get up and running; click on the highlighted sections for more information on that subject.

Before You Begin

Movable Type requires the following applications:

  • Perl 5.16.0 or greater, with its core modules;
  • A web server like nginx, Apache or Windows IIS;
  • Access to a database like MySQL;
  • The following Perl modules:
  • DBI
  • HTML::Entities, a part of HTML-Parser distribution

Consult the CPAN documentation to learn how to determine if a Perl module is already installed and, if they are not, how to install them.

Upgrading Movable Type

If you are upgrading to Movable Type 7 from a previous version, we recommend that you first back up your old installation. Database backup is especially important to restore your system in case of any trouble during the upgrade process. Upload Movable Type 7's files over the same files from the previous version of Movable Type. Access Movable Type as you normally do, and you will be taken through the upgrade process.

Installing Movable Type

Before you install Movable Type:

  1. Upload all of Movable Type's files into a directory or folder accessible via your web browser. We recommend that you separate your published content from the Movable Type executable programs by placing each in a separate directory. Typically, the installation directory is called 'mt' and is located in the root directory of your website or within an existing directory that is already configured to allow CGI script execution.
  2. Make sure that the 'mt' directory containing the uploaded Movable Type files has been enabled to execute CGI scripts.
  3. Make sure that each .cgi file (e.g. mt.cgi, mt-search.cgi, etc.) found in the Movable Type directory has the execute permission enabled.
  4. Open that folder in your web browser -- i.e. http://www.mywebsite.com/mt/.
  5. You should see a Movable Type welcome screen that will take you through the installation process. If the welcome screen does not appear, please consult Troubleshooting Movable Type below.

Troubleshooting Movable Type

Setting up your static web path

Some web servers and configurations do not allow static files such as JavaScript, CSS and image files to be located inside of a directory where CGI scripts are located. If you installed Movable Type into a cgi-bin directory, you may need to relocate the 'mt-static' directory to another web accessible location. Read our documentation on setting up your mt-static directory.

Internal Server Errors

If you receive an "Internal Server Error" message, a configuration change may be required on your web server. Please consult our installation guide.

Finding more help

Need additional information or support? Check out the Detailed Installation Guide.

Packages

No packages published

Languages

  • Perl 75.0%
  • PHP 10.0%
  • JavaScript 8.3%
  • CSS 5.0%
  • MTML 0.9%
  • SCSS 0.5%
  • Other 0.3%