Typecho 安装教程 -- Linux
1.下载宝塔面板
使用 SSH 连接工具,如堡塔SSH终端连接到您的 Linux 服务器后,挂载磁盘,根据系统执行相应命令开始安装(大约2分钟完成面板安装):
Centos安装脚本 yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
Ubuntu/Deepin安装脚本 wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh
Debian安装脚本 wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh
Fedora安装脚本 wget -O install.sh http://download.bt.cn/install/install_6.0.sh && bash install.sh
- 下载 Typecho
#解压源文件
wget http://typecho.org/downloads/1.1-17.10.30-release.tar.gz
tar xf 1.1-17.10.30-release.tar.gz
#设置网站权限
chown -r www.www [web] #web为解压后的typecho网站源程序
#进入mysql并创建一个typecho(名字可自定义)的数据库
mysql -uroot -pxxx
create database typecho
- 安装向导
输入域名,根据步骤安装即可。