memo.xight.org

日々のメモ

カテゴリ : Stub

2ページ目 / 全16ページ

MovableType のインストール

前提

http://example.com/blog/ に MovableType をインストールしたい.
DocumentRoot は /var/www

ファイルを展開して /var/www/blog にコピー

% tar xzvf MT-3_2-ja-2.tar.gz
% cp -rf MT-3.2-ja-2 /var/www/blog

パーミッションと所有者の設定

% cd /var/www/blog
# chown -R www-data:www-data *
# chmod -R 755 *.cgi

mt-config.cgi を作成

# cp mt-config.cgi-original mt-config.cgi


mt-config.cgi の設定

# Path setting
CGIPath           http://example.com/blog/
StaticWebPath     http://example.com/blog/mt-static
HelpURL           http://example.com/blog/mt-static/docs/

# DB Setting
ObjectDriver      DBI::mysql
Database          mt
DBUser            mt
DBPassword        password
DBHost            localhost

EmailAddressMain  admin@example.com

MovableType用のDBとユーザを作成

% mysqladmin -uroot create mt
% mysql -uroot mysql
mysql> GRANT ALL PRIVILEGES ON mt.* TO mt@localhost IDENTIFIED BY 'password' WITH GRANT OPTION;
mysql> quit
% mysqladmin -uroot reload

apacheの設定

/etc/apache/conf.d/mt.conf
<Directory /var/www/blog>
	Options +ExecCGI
</Directory>

# apachectl restart


MovableType のインストール

http://example.com/blog/ からインストールを行う.
クリックして拡大
クリックして拡大
クリックして拡大

500 Internal Server Error が発生したら,パーミッション,mt-config.cgiのDB設定部分を確認.

インストールのチェック

足りないモジュールなどが表示される.
http://example.com/blog/mt-check.cgi
クリックして拡大

オプションのモジュールを追加

Image::Magick

# aptitude install perlmagick


Crypt::DSA

# cpan install Crypt::DSA


XML::Atom

# aptitude install libxml-atom-perl


初期ログイン名とパスワードでログイン

ログイン名 Melody
パスワード Nelson
クリックして拡大

Reference

Movable Typeユーザー・マニュアル: Movable Typeの新規インストール
http://www.sixapart.jp/movabletype/manual/mtmanual_install.html

Movable Typeユーザー・マニュアル: Movable Typeへのログイン/ログアウト
http://www.sixapart.jp/movabletype/manual/mtmanual_login.html

Crypt::DSA
Image::Magick
XML::Atom

Debian パッケージディレクトリ検索 (バイナリ) - perlmagick
Debian パッケージディレクトリ検索 (バイナリ) - libxml-atom-perl

Sketch Fighter - 手書きシューティングゲーム

Reference

Ambrosia Software Web Board > Progress logs > SketchFighter 4000 Alpha
http://www.ambrosiasw.com/forums/?showtopic=101164

Ambrosia Software Web Board > Gallery > Sneak Peeks > Sketchfighter
http://www.ambrosiasw.com/forums/?act=module&module=gallery&cmd=sc&cat=19

via

Engadget Japanese - SketchFighter 4000 Alpha:落書きシューティング
http://japanese.engadget.com/2006/02/21/sketchfighter-4000/

[N] 手書きシューティングゲーム「SketchFighter」
http://netafull.net/macosx/012622.html

読書記録ChangeLog - 2006-02-23
http://dkiroku.com/2006-02-23-6.html

Ajax と OpenSearch と はてなダイアリーキーワード連想語 API を使ったはてな検索のデモ

Reference

Ajax と OpenSearch と はてなダイアリーキーワード連想語 API を使ったはてな検索のデモ
http://pocari.org/tools/ajax/opensearch/

[戯] Ajax と OpenSearch と はてなダイアリーキーワード連想語 API を使ったはてな検索のデモ
http://cl.pocari.org/2006-02-20-1.html

AjaxFTP - PHP + Ajax で FTP

Source

<?php
	require('ajaxftp/ajaxftp.php');
	$aj = new AJAXFTP;
	$aj->server = "ftp.example.com";
	$aj->baseurl = "http://localhost/ajaxftp";
	$aj->present();
?>


Reference

SourceForge - AjaxFTP
http://sourceforge.net/projects/ajaxftp/

via

phpspot開発日誌 - PHPとAjaxでFTP機能を実現するツールの紹介
http://phpspot.org/blog/archives/2006/02/phpajaxftp.html

HTML, XML 検証サービス

HTML/XHTML Validator

  o The W3C Markup Validation Service
    HTML/XHTML Validator の定番
    http://validator.w3.org/

  o Another HTML-lint
    http://openlab.ring.gr.jp/k16/htmllint/

  o WDG HTML Validator
    http://www.htmlhelp.com/tools/validator/

CSS Validator

  o W3C CSS 検証サービス
    CSS Validator の定番
    http://jigsaw.w3.org/css-validator/

アクセシビリティ

  o Watchfire WebXACT
    http://webxact.watchfire.com/

RDF/XML Validator

  o W3C RDF Validation Service
    http://www.w3.org/RDF/Validator/

  o FoaF Explorer
    http://xml.mfd-consult.dk/foaf/explorer/

  o ccValidator
    http://www.yergler.net/projects/ccvalidator/

RSS Validator

  o Feed Validator for Atom and RSS
    http://feedvalidator.org/

  o Redland RSS 1.0 Validator and Viewer
    http://librdf.org/rss/

Reference

ValidatorCollection - HTML/XML 検証サービス一覧
http://hpcgi3.nifty.com/spiegel/?ValidatorCollection

IME Watcher

Reference

Takubon World! - Free Software! - ImeWatcher
http://homepage3.nifty.com/takubon_world/software/IMEWatcher/

Takubon World! - Free Software! - ImeWatcherReduce
http://homepage3.nifty.com/takubon_world/software/IMEWatcherReduce/

via

ずんWiki - お気に入りTOOLS (Windows)
http://www.kawaz.jp/pukiwiki/?%A4%AA%B5%A4%A4%CB%C6%FE%A4%EATOOLS%20(Windows)

Selenium IDE - Web アプリケーションテストツール Selenium のテスト記述を容易にする

Reference

Selenium: Selenium
http://www.openqa.org/selenium/

Selenium IDE: Selenium IDE
http://www.openqa.org/selenium-ide/

via

[戯] Web アプリケーションテストツール Selenium のテスト記述から開放してくれる Firefox 拡張 Selenium IDE
http://cl.pocari.org/2006-02-15-3.html

2nd life - webアプリケーションテストツール seleniumがヤバすぎる
http://d.hatena.ne.jp/secondlife/20050525/1116947520

Google Cloud.com - Googleでタグクラウド

Googlecloud.com/japan - aggregating the wisdom and madness of the crowd
http://www.googlecloud.com/
百式 - コミュニティタグクラウド (Google Cloud.com)
http://www.100shiki.com/archives/2006/02/_google_cloudco.html
[観] Googlecloud が「叫び」の場になっている件
http://watcher.moe-nifty.com/memo/2006/02/googlecloud__d497.html