Giter Club home page Giter Club logo

typex's Introduction

opencomb logo

ocFramework(蜂巢平台的核心框架)

ocFramework 是一个Nodejs框架,它是OpenComb平台的核心代码,几乎所有OpenComb平台上的关键特性都由ocFramework实现。 OpenComb实际上只是 ocFramework 和其他一些扩展(例如 ocUser,ocAuth 等)的集合。

ocFramework 也可以脱离OpenComb单独使用。

依赖环境

它们都是流行的开源项目,支持几乎所有平台,安装也很简单,你可以直接访问它们的主页,或google。

在开始使用蜂巢以前,你需要花10分钟准备好蜂巢依赖的环境。

快速开始

~/opencomb 目录下部署蜂巢:

git clone [email protected]:OpenComb/OpenComb.git opencomb

安装蜂巢的依赖:

cd opencomb && npm i

安装一个 blog 扩展

npm i ocxblog

启动 mongodb

mongod &

启动蜂巢

node index.js

在浏览器里访问 url http://127.0.0.1:6060

安装部署开发版本

如果你想为蜂巢贡献代码,或是使用最新版本,可以使用以下方法。

从github clone OpenComb 库

git clone https://github.com/OpenComb/OpenComb.git
cd OpenComb

切换到对应版本

git checkout 0.9.1

执行部署脚本:

node script/deployFromGithub.js

启动蜂巢

node index.js

开发者资源

typex's People

Contributors

aleechou avatar coryandrew1988 avatar cryo-warden avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.