Delme-bat's blog

风吹动窗吹动叶声响,梦在游荡去更远地方,天上的月露出半只角,看地上有个人还睡不着


  • 首页

  • 归档

  • 分类

  • 标签

  • 关于

  • 搜索

Ubuntu系统下安装MantisBT

发表于 2018-05-14   |    更新于 2018-06-27 | 分类于 MantisBT

简介

MantisBT是一个开放源代码问题追踪器,它在简单和强大之间提供了一种微妙的平衡。

官网: https://www.mantisbt.org/

安装PHP7.0

Ubuntu14.04下的默认源是PHP5.0,需要添加外部源

1
2
3
4
apt-get install software-properties-common
add-apt-repository ppa:ondrej/php
apt-get update
apt-get install php7.0

整合PHP和MYSQL

1
apt-get install php7.0-mysql
阅读全文 »

Windows下安装Hexo以及发布到Github Pages

发表于 2016-06-26   |    更新于 2018-06-27 | 分类于 Hexo

简介

Hexo是一个快速,简单而强大的博客框架。

安装

Hexo官网

1
npm install hexo-cli -g

初始化

1
2
3
hexo init <folder>
cd <folder>
npm install

这个命令会初始化博客的目录,执行命令后生成以下文件

1
2
3
4
5
6
7
8
├── .deploy #部署到GitHub上的内容目录
├── public #静态网页内容输出目录
├── scaffolds #layout模板文件目录
├── source #文章源码目录,404文件、favicon.ico文件,CNAME文件等
| ├── _posts #发布文章
├── themes #主题文件目录
├── _config.yml #全局配置文件
└── package.json #应用程序数据
阅读全文 »

Windows下安装Git

发表于 2016-06-26   |    更新于 2018-07-23 | 分类于 Git

Git

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.

阅读全文 »

Windows下安装Node.js

发表于 2016-06-26   |    更新于 2018-06-27 | 分类于 Node.js

简介

Node.js是一个开源的,跨平台的 JavaScript 运行时环境,可以在服务器端执行JavaScript代码。

下载地址

Node.js官网

Node.js官网

阅读全文 »
12
Delme-bat

Delme-bat

14 日志
14 分类
34 标签
© 2016 - 2018 Delme-bat
由 Hexo 强力驱动
主题 - NexT.Muse