Wayne's blog

首页

关于

loading..
linuxdebiantypecho

debian 9.5下搭建Typecho Blog(nginx + php7 + sqlite)

环境准备 debian 9/5nginx 1.10.3php7.0sqlite3 更新indexapt update 安装nginxapt install nginx 安装php及相关依赖apt install php7.0 apt install php7.0-fpm //为php提供管理服务 apt install php7.0-sqlite //php的sqlite模块(驱动) 如果你用mysql 你就找mysql apt install php7.0-xml //需要的模块 部署typecho 部署的目录不一定非要是本文介绍的 进入到nginx的root默认目录中 cd /usr/share/nginx 下载typecho安装包 wget typecho_install.tar..

更多

欢迎使用 Typecho

如果您看到这篇文章,表示您的 blog 已经安装成功. We trust you have received the usual lecture from the local SystemAdministrator. It usually boils down to these three things: Respect the privacy of others. Think before you type. With great power comes great responsibility. 小彩蛋哦我们信任您已经从系统管理员那里了解了日常注意事项。总结起来无外乎这三点。 尊重他人隐私 输入之前仔细思考 权力越大 责任越大

更多

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post$ hexo new "My New Post" More info: Writing Run server$ hexo server More info: Server Generate static files$ hexo generate ..

更多
1141516