ourjs

Free Blog Engine, Forum System, Website Template and CMS Platform based on Node.JS and Redis

751
193
JavaScript

OurJS

Free Blog Engine, Forum System, Website Template and CMS Platform based on Node.JS

Author : Kris Zhang

Demo : English, Chinese

License

BSD, See our license file

Install

  1. Install the latest version of NodeJS, click the “Download Zip” or Here to download the latest version.
  2. Unzip and running: ourjs.cmd or ourjs.newspaper.cmd (windows)
  3. Trying at http://localhost:8054 or http://localhost:8052, need to refresh twice when the first running

Document

  1. Install NodeJS NPM and OurJS under Debian
  2. Add thumbnail Image to OurJS blog engine

Development

You need to running “npm install” before build the CSS/JS files

OurJS [中文]

OurJS 基于Node.JS的开源的高性能博客引擎,网站模板,论坛系统和轻量级的CMS系统

示例 : 英文, 中文

中文支持: http://ourjs.com/bbs/OurJS

安装

  1. 点击 “Download Zip” or 这里 下载最新版本
  2. 解压并运行: ourjs.cmd 或者 ourjs.newspaper.cmd (windows), 这里假设你已经安装好了最新版的 node.js
  3. 在浏览器中输入 http://localhost:8054 or http://localhost:8052 测试, 首次运行需要刷新一次建立缓存

编绎

如果想要对CSS/JS进行压缩编绎合并的话,需要运行web目录下的build文件,如build.newspaper.sh,在windows环境下运行这个shell需要安装 msysgit ,因npm近期越来越慢,目前所有node_module中的依赖已经commit到了github上。如果要使用mongodb数据库,请先运行 npm install下载依赖。

中文文档

  1. OurJS简介即安装
  2. 在OurJS开源博客网站中添加自定义缩略图片
  3. NodeJS on Nginx: 使用nginx反向代理处理静态页面