0
0

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.

Macで初心者がWordPressの環境をローカルで構築する、たったひとつの冴えたやりかた。

Last updated at Posted at 2015-09-18

ご無沙汰しています。

最近PGMingあんまやってません

WordPressが必要な状態になっています
で、導入のしかたをいろいろ調べたのですが
・xamppだと初期設定が面倒
だの
・homebrewでいろいろ構築してくるやり方だとなぜかうまくいかないだの。。。

で、この投稿をみつけました
アルパカ@ラボさんのこちら
http://www.paka3.net/wordpress_firststep_01mac/
Bitnamiというツールを使うと、楽に環境が組めました

困っていらっしゃる方、一度試してみていいと思います。。。

アルパカ@ラボさん、ありがとうございます!

追記:2.wordpressフォルダ内のwp-config.phpの以下の部分を書き換えます。
の部分。。。
wp-config.phpに
define('WPLANG', ''); が見つからなかったので
81行めくらいに
define('WPLANG', 'ja');
と追記して保存したところ、問題なく動きました!

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?