标签:自己的 log 需求 opcache 没有 博客 而且 装包 硬盘
视频回放地址:https://i.iamlj.com/mp4/QVM-IMC-12.27-1080P.mp4
在 QVM 后台重装系统,选择 Centos7.6,输入实例密码 IMCa2018@!
,或重置密码时,输入 IMCa2018@!
新装 Centos 需要远程登录上去,安装 WordPress 运行所需的 PHP + Nginx + Mysql 环境。
参考:linux部署神器(附压缩包):一键安装centos 7环境基础环境,lanmp懒人版,还有tomat等你想不到的linux神器
登录并安装
准备操作
ssh root@118.31.9.47 # 1. 登录机器,接入输入密码 IMCa2018@!
curl -O http://mirrors.linuxeye.com/oneinstack-full.tar.gz # 2. 下载一键安装包
tar -xvf oneinstack-full.tar.gz # 3. 解压安装包
cd oneinstack && ./install.sh # 4. 进入解压目录并执行安装操作
软件版本选择操作
选择 Nginx,Mysql,PHP环境。
选好后等待约半小时安装时间
安装好后,复制下控制台显示的软件安装路径,以及数据库密码
【重要】,选择restart yes
【重要】
安装结果如下:
####################Congratulations########################
Total OneinStack Install Time: 24 minutes
Nginx install dir: /usr/local/nginx
Database install dir: /usr/local/mysql
Database data dir: /data/mysql
Database user: root
Database password: 6pPwbnnW
PHP install dir: /usr/local/php
Opcache Control Panel URL: http://192.168.0.193/ocp.php
phpMyAdmin dir: /data/wwwroot/default/phpMyAdmin
phpMyAdmin Control Panel URL: http://192.168.0.193/phpMyAdmin
Index URL: http://192.168.0.193/
Please restart the server and see if the services start up fine.
【可选项】,执行 vhost配置(./vhost.sh),安装结果如下:
#######################################################################
# OneinStack for CentOS/RedHat 6+ Debian 7+ and Ubuntu 12+ #
# For more information please visit https://oneinstack.com #
#######################################################################
Your domain: lj.qvm.iamlj.com
Virtualhost conf: /usr/local/nginx/conf/vhost/lj.qvm.iamlj.com.conf
Directory of: /data/wwwroot/lj.qvm.iamlj.com
Rewrite rule: /usr/local/nginx/conf/rewrite/other.conf
创建数据库,命令如下
mysql -uroot -p # 登录 mysql,输入密码 6pPwbnnW
create database wordpress; # 在 mysql 命令行创建数据库 wordpress,注意命令最后加;号
按ctrl+c(或 ctrl+z)退出 mysql 命令行,
环境安装好后,接下来安装 WordPress。参考:
一分钟搭建wordpress博客,完美解决所有坑点
操作步骤
获取安装包并解压
cd /data/wwwroot/default # 来到软件根目录
curl -O http://test-pub.iamlj.com/download/wordpress-5.0.2-zh_CN.zip # 获取wordpress 安装包
unzip wordpress-5.0.2-zh_CN.zip # 解压压缩包,目录下出现 wordpress
执行网页安装步骤
浏览器访问 http://118.31.9.47/wordpress
填写安装初始信息,包括
数据库 wordpress
主机 localhsot 或 127.0.0.1
数据账号 root
数据库密码 6pPwbnnW
网站管理员账号 lj
网站管理员密码 lj
点击安装,安装成功后,则
前台,即博客首页:
http://118.31.9.47/wordpress/
后台,即管理后台,用于管理博客:
http://118.31.9.47/wordpress/wp-admin/
上述操作是把 Wordpress 程序安装到默认路径 /data/wwwroot/default
下,以 IP http://118.31.9.47/wordpress/
访问网页。
也可以执行/vhost.sh
安装虚拟主机,达到可以通过访问网址wll.qvm.iamlj.com
访问网站的效果,而不是通过 IP。基本操作步骤如下:
./vhost.sh
,配置wll.qvm.iamlj.com
cd /data/wwwroot/wll.qvm.iamlj.com
,在该路径下获取 curl -O http://test-pub.iamlj.com/download/wordpress-5.0.2-zh_CN.zip
wll.qvm
的A记录值,指向 118.31.9.47done
如果报错信息
# ssh root@118.31.9.47
The authenticity of host '118.31.9.47 (118.31.9.47)' can't be established.
RSA key fingerprint is 3d:96:1a:a6:79:b5:90:6d:00:bd:17:6d:09:8e:32:8b.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '118.31.9.47' (RSA) to the list of known hosts.
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
重置主机密码就可以登录
端口不通,
按量的可以,包月的不行,而且只能增大不能变小
LNMP/LAMP,PHP 常规运行环境,建议取:
nginx_ver=1.14.1
mysql57_ver=5.7.24
php_ver=8.2
系统
5 2018-12-28 09:24:48 root curl -O http://mirrors.linuxeye.com/oneinstack-full.tar.gz
6 2018-12-28 09:24:48 root ls
7 2018-12-28 09:24:48 root tar -xvf oneinstack-full.tar.gz
8 2018-12-28 09:24:48 root ls
9 2018-12-28 09:24:48 root cd oneinstack
10 2018-12-28 09:24:48 root history
11 2018-12-28 09:24:48 root ls
12 2018-12-28 09:24:48 root sudo ./install.sh
13 2018-12-28 09:24:48 root ./vhost.sh
14 2018-12-28 09:24:48 root cd /data/wwwroot/lj.qvm.iamlj.com
15 2018-12-28 09:24:48 root echo "lj bangbang da">>index.html
16 2018-12-28 09:24:48 root ls
17 2018-12-28 09:24:48 root cat index.html
18 2018-12-28 09:24:48 root cd /data/wwwroot/default
19 2018-12-28 09:24:48 root ls
20 2018-12-28 09:24:48 root pwd
21 2018-12-28 09:24:48 root cd ..
22 2018-12-28 09:24:48 root ls
23 2018-12-28 09:24:48 root cd lj.qvm.iamlj.com/
24 2018-12-28 09:24:48 root ls
25 2018-12-28 09:24:48 root rm -rf index.html
40 2018-12-28 09:24:48 root curl -O http://test-pub.iamlj.com/download/wordpress-5.0.2-zh_CN.zip
41 2018-12-28 09:24:48 root ls
42 2018-12-28 09:24:48 root unzip wordpress-5.0.2-zh_CN.zip
43 2018-12-28 09:24:48 root ls
44 2018-12-28 09:24:48 root chown -R www:www wordpress/
45 2018-12-28 09:24:48 root ls
46 2018-12-28 09:24:48 root cd ../
47 2018-12-28 09:24:48 root ls
48 2018-12-28 09:24:48 root cd default/
49 2018-12-28 09:24:48 root ls
50 2018-12-28 09:24:48 root mysql -uroot -p
51 2018-12-28 09:24:48 root which mysql
52 2018-12-28 09:24:48 root /usr/local/mysql
53 2018-12-28 09:24:48 root cd /usr/local/
54 2018-12-28 09:24:48 root ls
55 2018-12-28 09:24:48 root cd mysql/
56 2018-12-28 09:24:48 root ls
57 2018-12-28 09:24:48 root pwd
58 2018-12-28 09:24:48 root cd bin/
59 2018-12-28 09:24:48 root ls
60 2018-12-28 09:24:48 root mysql -uroot
61 2018-12-28 09:24:48 root ls
62 2018-12-28 09:24:48 root ./mysql
63 2018-12-28 09:24:48 root sudo ./mysql -uroot
64 2018-12-28 09:24:48 root restart
标签:自己的 log 需求 opcache 没有 博客 而且 装包 硬盘
原文地址:https://www.cnblogs.com/shliujing/p/QVM-shi-cao-ji--181228.html