ムーバブルタイプ3.3( Movable Type )インストール
ムーバブルタイプ3.3( Movable Type )のインストール(エクスリア(xrea.com))を1週間前に
やってみました。
丁度1年前のMovable Typeのインストール以来です。(Movable Type 3.2)
あの頃から、MTの検索エンジン対策を勉強してきましたが、少しは知識
が付いてきたかな?アフィリエイトと検索エンジンの知識の名に恥じないよう、もっと精進しなければ・・
さてMovable Type 3.3 のインストールは
ムーバブルタイプ3.2と殆んど同じでしたが、記事数が多くなってくると
再構築に時間が掛かるので、データベースを、これまでのMYSQLから
SQLITEに変更しました。
以前、MYSQLだったMT3.2の時、バックアップをしていなくて、困った
ことと、SQLITEだと軽くなると聞いたのでこれであまり問題がなければ
SQLITEで決まりです。
さて、インストールは左程違いも無い様でしたが、xrea.comのサーバーで
SQLITEの設定で苦労したので、記事にしておきます。
SQLITEのキーワードで検索してみましたが見つからなかったので・・
以下が mt-config.cgi の設定内容です。
mt-config.cgi-originalをサーバー側はmt-config.cgiにrenameします。
------------------------------------------------------------------
## Movable Type configuration file ##
## ##
## This file defines system-wide settings for Movable Type ##
## In total, there are over a hundred options, but only those ##
## critical for everyone are listed below. ##
## ##
## Information on all others can be found at: ##
## http://www.sixapart.jp/movabletype/manual/config
############## REQUIRED SETTINGS ##################
# The CGIPath is the URL to your Movable Type directory
CGIPath http://www.abcdef.com/cgi/mt/ <−−あなたのサイトに変更
# The StaticWebPath is the URL to your mt-static directory
# Note: Check the installation documentation to find out
# whether this is required for your environment. If it is not,
# simply remove it or comment out the line by prepending a "#".
#StaticWebPath http://www.example.com/mt-static
#================ DATABASE SETTINGS ==================
# REMOVE all sections below that refer to databases
# other than the one you will be using.
##### SQLITE #####
ObjectDriver DBI::sqlite
Database /virtual/abcdef/public_html/cgi/mt/sqlite/database/sqlite.db
↑ ↑
abcdef.comでなくabcdef MTをpublic_html/cgi/mt/にインストールしたので
後の sqlite/database/sqlite.dbはつじつまが合えば何でもOKです(任意)
例えばabcdef.comのmtディレクトリーにインストールした場合
##### SQLITE #####
ObjectDriver DBI::sqlite
Database /virtual/abcdef/public_html/mt/XXXX.db
となります
------------------------------------------------------------------
Posted by yumyu1 : 06:12 | Comments (0) | Trackbacks (0) | アフィリエイトと検索エンジンの知識 TOP↑
trackbacks
trackbackURL:







comments