Installing Movable Type on Debian Lenny

| No Comments | No TrackBacks

Okay so I upgraded to Lenny to be able to use Movable Type. 

I used the aptitude package to search for packages with movable in them and found the movabletype-opensource and movabletype-plugin-core packages as well as the movable virtual package.

So I installed the virtual package and then installed the core plugins separately.

After that I had to find out how to use the bblogging software. How to activate a blog ???

Mmmm okay so I RTFM’d but it didn’t seem to be making much sense.

I run more than one site using Apache with virtual hosts - so I don’t have a dedicated server …. which it seems is what the documentation likes to talk about.

So … time to find out where some of these files were.

find / -iname movable*

proved useful showing (amongst others)

/etc/movabletype-opensource
/etc/apache2/conf.d/movabletype-opensource
/usr/share/movabletype
/usr/share/lintian/overrides/movabletype-opensource
/usr/share/lintian/overrides/movabletype-plugin-core
/usr/share/doc/movabletype-opensource
/usr/share/doc/movabletype-plugin-core
/usr/lib/cgi-bin/movabletype

At least I had an idea where the movable type stuff was and could relate this to the documentation instructions.

Using one of my domains, I started with the basic cgi installation, made a subdirectory in my cgi-bin directory and copied everything from

/usr/lib/cgi-bin/movabletype

into that directory.

I then copied eveything from

/usr/share/movabletype

into a new subdir in the domain’s web-root and fixed the broken links between the cgi-bin subdirectory and this new subdir.

I also copied

/etc/movabletype-opensource/mt-config.cgi

to the cgi-bin subdir and edited it to reflect my requirements.

After sorting out some file and directory permissions and placements I had the blog working.

Yeay!!

More later …

No TrackBacks

TrackBack URL: http://herlug.org.uk/cgi/mt/mt-tb.cgi/2

Leave a comment

About this Entry

This page contains a single entry by Lesley published on March 29, 2009 11:53 AM.

I just finished installing Movable Type 4! was the previous entry in this blog.

Free and Open Source Software - what is it and why should I care? is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.