Friday, June 20, 2008

installing movabletype open source version on ubuntu

[I wonder how to port it on firebird , seems that it works already on postgresql and sqlite so an port can be done easily]

$cd /var/www
$wget http://www.movabletype.org/downloads/MTOS-4.12-en.zip
$unzip MTOS-4.12-en.zip
$chown -R www-data.www-data MTOS-4.12-en

$chmod g+rw -R MTOS-4.12-en

$mv MTOS-4.12-en mt

$mysql


mysql> create database movabletype;
Query OK, 1 row affected (0.00 sec)

mysql> quit
Bye



add in apache conf

$sudo vi /etc/apache2/apache2.conf


Options Indexes ExecCGI



$sudo /etc/init.d/apache2 restart

run the setup


http://localhost/mt/mt.cgi

No comments: