搭建博客环境部署
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了搭建博客环境部署相关的知识,希望对你有一定的参考价值。
好吧,贼心不死,还想弄,刚好开学还有十几天别浪费了。就干这个,后面会有我搭建这个博客的详细教程和源代码,用的是Django。
安装,简单配置git
[email protected]:~/桌面$ sudo apt-get install git [email protected]-CW65S:~/桌面$ git config --global user.name "xpower" [email protected]-CW65S:~/桌面$ git config --global user.email "邮箱"
安装Django。好吧我用的是Python3开发的。
[email protected]:~/桌面$ sudo apt-get install python3-django -y
安装mysql
1 [email protected]:~$ sudo apt-get install mysql-server # 安装MySQL服务端,核心 程序 2 [email protected]:~$ sudo apt-get install mysql-client # 安装MySQL客户端
以上是关于搭建博客环境部署的主要内容,如果未能解决你的问题,请参考以下文章
Centos搭建CI持续集成系统环境--部署gerrit环境完整记录