WORDPRESSのインストール

初めにこちらより、wordpress-me202.zip をダウンロードします。
ダウンロードしたファイルを展開し、wp-config-sample.php内のMySQL設定をします。

mb_internal_encoding(”UTF-8“);
// ** MySQL settings ** //
define(’DB_NAME’, ‘wordpress‘); //データベース名
define(’DB_USER’, ‘username‘); //ユーザ名
define(’DB_PASSWORD’, ‘password‘); //パスワード
define(’DB_HOST’, ‘localhost‘); //データベースアドレス
$table_prefix = ‘wp_‘; //データベースに保存する接頭語
define (’WPLANG’, ‘ja_UTF‘); //WORDPRESSに使用する言語

使用言語はRSS フィードを扱うのでUTF-8を推奨。
変更後wp-config.phpにリネームして、ファイルをFTPソフトでアップします。
アップしたurlに接続し、後はガイドに従ってインストールを進めてください。

WORDPRESSインストールシミュレーション

シュミレーションデモがあれば誰でも簡単にインストールできますね。

[関連情報]
WordPress Japan

関連記事:

この記事は参考になりましたか? 1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

comments (1)

  1. And what country can preserve its liberties, if its rulers are not warned from time to time, that this people preserve the spirit of resistance? Let them take arms… The tree of liberty must be refreshed from time to time, with the blood of patriots and tyrants. THOMAS JEFFERSON, letter to William S. Smith, 1787, in S. Padover (Ed.), Jefferson, On Democracy (1939), p. 20.

    Comment by beef-witted sickness | 2007/10/22 12:45:15

コメントをどうぞ

You must be logged in to post a comment.