Skip to content

ssehacker/drip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drip

一个多人博客系统

特性

  • 支持换肤
  • 现代化设计
  • markdown编辑器
  • 访问统计与分析

安装

  1. 绑定域名 在 /etc/hosts中添加:
127.0.0.1       <your domain>
  1. 安装必要的软件 node 4 以上版本 npm 3 以上版本 mongodb

  2. 全局安装webpack

$ npm install -g webpack
  1. 编译代码 在drip-front-end项目下执行
$ webpack -d

在drip项目下执行

$ webpack -d
$ npm run publish
  1. 启动nginx 将drip下的nginx.conf文件复制(或以软连接的形式)到<nginx_dir>/servers/目录下,并启动nginx
$ nginx
  1. 访问 之前绑定的域名 至此,就可以看到项目页面了。

Nginx 相关知识

####查看nginx的安装路径 nginx -h

文件上传大小限制:

在http模块中,配置文件上传的大小:

client_max_body_size 2m;

不然会返回 413 (Request Entity Too Large).

git相关

修复.gitignore修改后不生效

git rm -r --cached .
git add .
git commit -m "fixed untracked files"

About

a blog system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published