3
1

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.

CentOS7にWordPressをインストール

Posted at

はじめに

WordPress、インストールしてみたのでメモです。
本当はpostgresqlでやりたかったのですが、
うまくいかなかったので、
公式ページ通りの構成でやったほうが無難と思われます。

構成

・CentOS7.4
・MariaDB
・Apache-HTTPD 2.2.31 (documentRoot /xxx/htdocs とします)
・PHP 5.6.31

インストール

MYSQL(MariaDB)

yum install mariadb mariadb-server mariadb-devel

iamdaisukeさんの記事を参考にしました。
https://qiita.com/iamdaisuke/items/adc561e057a69afebad8

sibatanさんの記事も大事。
https://qiita.com/sibatan/items/70bd4c7c416ae0548090

ユーザー&DB作成と権限付与はpugiemonnさん、Arini_207さん。
ここで ユーザー:wordpress、DB:wordpressを作っておきます。
https://qiita.com/pugiemonn/items/247dccb6dc56e373ba92
https://qiita.com/Arini_207/items/d11306757e77ac45eead

Apache-HTTPD,PHP

今回は割愛します。

WordPress

・ダウンロードしてくる
https://ja.wordpress.org/releases/

・解凍して"wordpress"フォルダを、/xxx/htdocs/wordpress にコピー。

http://xxx/wordpress/wp-admin/install.php にアクセス。

あとはmariadbで準備した内容を入力するだけです!!

3
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?