Loading... # 网站博客搭建全过程 因为在四月把服务器系统重装了,虽然使用了bwh的手动`snapshot`,但是我没有想到,这个手动的`snapshot`并不会长期保存,而是只有一个月的有效期,等我想到这件事情的时候,刚刚好过去两三天,发了工单也是说找不回来了,就是已经删除了.结果现在又要从零开始搭博客了. ## 系统信息 ``` Centos 7 x86_64 bbr RAM 512MiB SWAP 132MiB DISK 10GiB ``` ## `MySQL5.7`安装 ### 安装 `获取仓库:` ```shell wget https://dev.mysql.com/get/mysql57-community-release-el7-9.noarch.rpm #获取MySQL官方源 rpm -ivh mysql57-community-release-el7-9.noarch.rpm #添加MySQL的yum仓库 ``` <br></br> `安装MySQL5.7:` ```shell yum install mysql-server ``` ### 配置 `启动MySQL:` ```shell systemctl start mysqld ``` <br></br> `获取MySQL的默认密码:` ```shell grep 'temporary password' /var/log/mysqld.log ``` 在**获取了默认的密码之后,记得记录下来**,稍后会用到 `安全安装:` ```shell mysql_secure_installation ``` <br></br> ### 测试 如果所有的都已经安装完毕了的话,可以使用以下语句测试: ```shell mysqladmin -u root -p version ``` `显示结果参考:` ```shell mysqladmin Ver 8.42 Distrib 5.7.16, for Linux on x86_64 Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Server version 5.7.16 Protocol version 10 Connection Localhost via UNIX socket UNIX socket /var/lib/mysql/mysql.sock Uptime: 2 min 17 sec Threads: 1 Questions: 6 Slow queries: 0 Opens: 107 Flush tables: 1 Open tables: 100 Queries per second avg: 0.043 ``` ## `httpd`安装 httpd的安装十分简单 只需要`执行:` ```shell yum install httpd ``` 即可 这个时候,要是服务器没有防火墙设置之类的 直接访问`服务器ip`应该就能看到自带的测试界面 `默认的html目录为:` ```shell /var/www/html ``` ## `php7.4`安装 按理说现在已经有`php8.0`的版本了,但是在安装测试的时候,安装好了以后,`httpd`一直没有解析,所以退而求其次换成了`php7.4`的版本了 ### 安装源及`yum`管理工具 ```shell yum install epel-release yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm yum install yum-utils ``` ### 设置版本 ```shell yum-config-manager --enable remi-php74 ``` ### 安装 ```shell yum install php php-cli php-fpm php-mysqlnd php-zip php-devel php-gd php-mcrypt php-mbstring php-curl php-xml php-pear php-bcmath php-json php-redis ``` ### 测试 ```shell php -v ``` 如果有用的话,php7.4已经安装安装好了 ### 注意 ```shell 安装完成以后要是还是无法解析,可以尝试把自己本地浏览器的缓存清除一下 ``` ## `Typecho`安装 `获取模板:` ```shell cd /var/www/html wget http://typecho.org/downloads/1.1-17.10.30-release.tar.gz ``` `解压:` ```shell tar -zxvf 1.1-17.10.30-release.tar.gz ``` `移动文件到html目录:` ```shell cd build mv * /var/www/html ``` ### 安装 如果已经都解压好了的话,现在就可以正式安装了 直接访问`IP/install.php`即可开始`Typecho`的安装 ### 注意点 我们需要自己先在数据库创建一个`Typecho`的数据库 `参考指令:` ```sql CREATE DATABASE typecho; ``` Last modification:December 12, 2020 © Allow specification reprint Support Appreciate the author Like 如果觉得我的文章对你有用,请随意赞赏
2 comments
你的文章充满了欢乐,让人忍不住一笑。 https://www.yonboz.com/video/60679.html
《超级步枪》剧情片高清在线免费观看:https://www.jgz518.com/xingkong/155401.html