GithubHelp home page GithubHelp logo

bigbbs's Introduction

BigBBS

一款中文精简BBS系统。

安装需求

NodeJS

0.10.0版本以上

环境依赖

ImageMagick

用户“机器识别”的图片生成。

ghostscript

部分环境下ImageMagick或出现字体问题。

Redis

2.6.12版本以上

支持的数据库

PostgreSQL

9.2版本以上

MySQL

5.5版本及以上

配置

详见config/default.json中的说明。

支持的avatar存储模式

localfs (本地存储)

{
    "type": "localfs",
    "baseurl": "访问URL",
    "params": {
        "filepath": "本地存放路径"
    }
}

qiniu (七牛云)

{
    "type": "qiniu",
    "baseurl": "访问URL",
    "params": {
        "url": "http://upload.qiniu.com/",
        "bucket": "bucket名",
        "accessKey": "访问KEY(AK)",
        "secretKey": "安全KEY(SK)"
    }
}

aliyun (阿里云OSS)

{
    "type": "aliyun",
    "baseurl": "访问URL",
    "params": {
        "url": "bucket URL",
        "accessKeyId": "Access Key ID",
        "accessKeySecret": "Access Key Secret"
    }
}

开发

生成config/local.json进行配置,使用"gulp"配合完成开发。

发布

通过"gulp archive"进行打包生成"archive.zip"进行发布。

bigbbs's People

Contributors

vietor avatar

Watchers

 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.