3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

WordPress 仮想環境(MAMP)を設置

Posted at

##目標


  1. MAMPインストーラーをダウンロードする。
  2. MAMP環境設定。
  3. DB構築。
  4. WordPressインストール。
  5. WordPress環境設定。
  6. WordPress、DBをリンク。

##1.MAMPインストーラーをダウンロードする。
http://www.mamp.info/en/
公式サイト
###MAMPとは?
M
A
M
P
Macintosh, Apache, MySQL, PHP を省略した名前。
Mac 上で WordPress などの動的ページのサイトが作れるように環境を構築するフリーソフト。
##2.MAMP環境設定
###①スタート/ストップ設定
MAMP起動時にMAMP PRO を確認のチェックは外す。

###②ポート設定
ポートとは?
コンピュータの中で、実際に通信される出入口。
###③PHP設定
5.5.10を選択
###④Apache設定
データの保存場所を指定。
##3.DB構築。

  • スタートページを開く。
  • phpMyAdminをクリック。
  • データベースを作成する。
  • wp-01、utf8_general_ci選択。

##4.WordPressインストール。
http://ja.wordpress.org
公式サイト
##5.WordPress環境設定。

  • WordPressデータを「MAMP の初期設定」の「Apache」タブで設定したフォルダーに全て移動。
  • http://localhost:8888/ に移動。
  • 新規ファイル作成。

データベース名
ユーザー名
パスワード
データベースのホスト名
テーブル接頭辞
を設定。

必要情報を入力。

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?