View Full Version : confusion


Sword*of*Fury
07-19-2003, 02:53 AM
i'm absolutely lost with movable type. i have no idea how to install it, but everyone says that's better than greymatter. could someone help me install it?

kittycat
07-19-2003, 03:12 AM
Download the zip file. Extract it. Open the main folder, then 'docs' and open mtinstall.html. Follow the instructions there.
It's not that difficult if you read everything through carefully and take your time :P

Sword*of*Fury
07-19-2003, 03:20 AM
er...i'll try. thanks.

Sword*of*Fury
07-19-2003, 03:24 AM
i don't get this stuff about.....databases?

kittycat
07-19-2003, 04:24 AM
You don't need to, the database support is optional.

Sword*of*Fury
07-19-2003, 04:26 AM
well, my host isn't creating a new database for me. does that mean i use the support? or i don't?

Sword*of*Fury
07-19-2003, 04:28 AM
i got as far as going to http://till-three.net/blade/mt/MT-LOAD.CGI.

once i got there, this showed up:

Loading initial data into system...

An error occurred while loading data:

Your DataSource directory ('/FULL/PATH/TO/DB') does not exist.

kittycat
07-19-2003, 05:06 AM
If you got that error, then you must have did one of the steps involving the databases. You most likely won't be using database support since you don't have the info, so just skip those steps.

toosweet4u
07-19-2003, 07:48 AM
This is what you should be following:

Configure path to Database directory (for Berkeley DB).
If you are not using Movable Type's Berkeley DB support, skip this step.

In the text editor where you are editing mt.cfg, change the line

DataSource ./db

to instead read

DataSource /FULL/PATH/TO/DB

where /FULL/PATH/TO/DB is replaced by the full filesystem path to the db directory you just created. For example, if you create the directory at /home/melody/db, the above line would read

DataSource /home/melody/db