LoginSignup
1
1

More than 5 years have passed since last update.

SSHを使ってワードプレスをインストールする方法

Posted at

実は簡単です:

wget https://ja.wordpress.org/latest-ja.tar.gz
tar zxf latest-ja.tar.gz
cd wordpress
cp -rpf * ../
cd ../
rm -rf wordpress/
rm -f latest-ja.tar.gz
1
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
1
1