简介
MantisBT是一个开放源代码问题追踪器,它在简单和强大之间提供了一种微妙的平衡。
安装PHP7.0
Ubuntu14.04下的默认源是PHP5.0,需要添加外部源
1 | apt-get install software-properties-common |
整合PHP和MYSQL
1 | apt-get install php7.0-mysql |
风吹动窗吹动叶声响,梦在游荡去更远地方,天上的月露出半只角,看地上有个人还睡不着
Hexo是一个快速,简单而强大的博客框架。
1 | npm install hexo-cli -g |
1 | hexo init <folder> |
这个命令会初始化博客的目录,执行命令后生成以下文件
1 | ├── .deploy #部署到GitHub上的内容目录 |
Git是一个免费的开源 分布式版本控制系统,旨在处理速度和效率从小到大的项目。
https://gitforwindows.org/
https://github.com/git-for-windows/git/releases/
1.Git BASH
Git for Windows provides a BASH emulation used to run Git from the command line. *NIX users should feel right at home, as the BASH emulation behaves just like the “git” command in LINUX and UNIX environments.