0
2

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 インストール

Last updated at Posted at 2018-09-21

https://www.server-world.info/query?os=CentOS_7&p=initial_conf&f=1

'''
[root@localhost ~]# useradd mmserver
[root@localhost ~]# passwd mmserver
Changing password for user mmserver.
New UNIX password: # 設定したいパスワードを入力
Retype new UNIX password: # パスワード再入力
passwd: all authentication tokens updated successfully.

[root@localhost ~]# usermod -G wheel mmserver
'''

SSH設定
'''
[root@dlp ~]# vi /etc/ssh/sshd_config

'''
'''
[mmserver@ik1-340-30343 ~]$ mkdir -p ~/.ssh
[mmserver@ik1-340-30343 ~]$ vi ~/.ssh/authorized_keys
[mmserver@ik1-340-30343 ~]$ chmod 700 ~/.ssh
[mmserver@ik1-340-30343 ~]$ chmod 600 ~/.ssh/authorized_keys
'''

publickey再作成
http://wright.mydns.jp/?p=795

https://qiita.com/fk_2000/items/019b62818e34be973227

WordPressインストール
'''

'''

https://qiita.com/ikenyal/items/b599d7a29d884e67b3a9

日本語化
https://eng-entrance.com/linux-localization-lang

ドメイン設定
http://www.machiiro.jp/2015/06/08/domain/

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?