# NodeBB中国 **Repository Path**: KGGame/nodebb_china ## Basic Information - **Project Name**: NodeBB中国 - **Description**: NodeBB-1.10.1版本. 因为一直Git Clone从Github上过慢, 所以有了这个项目 NodeBB论坛.支持手机版等 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-07-20 - **Last Updated**: 2020-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NodeBB [![Build Status](https://travis-ci.org/NodeBB/NodeBB.svg?branch=master)](https://travis-ci.org/NodeBB/NodeBB) [![Coverage Status](https://coveralls.io/repos/github/NodeBB/NodeBB/badge.svg?branch=master)](https://coveralls.io/github/NodeBB/NodeBB?branch=master) [![Dependency Status](https://david-dm.org/nodebb/nodebb.svg?path=install)](https://david-dm.org/nodebb/nodebb?path=install) [![Code Climate](https://codeclimate.com/github/NodeBB/NodeBB/badges/gpa.svg)](https://codeclimate.com/github/NodeBB/NodeBB) [**NodeBB论坛软件**](https://nodebb.org) 由Node.js提供支持,并构建在Redis或MongoDB数据库上。它利用Web套接字进行即时交互和实时通知。NodeBB具有许多开箱即用的现代功能,如社交网络集成和流媒体讨论,同时仍确保与旧版浏览器兼容。 通过使用第三方插件启用了其他功能 * [演示和元讨论](http://community.nodebb.org) * [文档和安装说明](http://docs.nodebb.org) * [帮助翻译NodeBB](https://www.transifex.com/projects/p/nodebb/) * [NodeBB博客](http://blog.nodebb.org) * [NodeBB的高级主机](http://www.nodebb.org/ "NodeBB") * [在推特上Follow我们](http://www.twitter.com/NodeBB/ "NodeBB Twitter") * [在Facebook上Like我们](http://www.facebook.com/NodeBB/ "NodeBB Facebook") ## Screenshots NodeBB的主题引擎非常灵活,不会限制您的设计选择。在下面的屏幕截图中查看一些主题安装: [![](http://i.imgur.com/VCoOFyqb.png)](http://i.imgur.com/VCoOFyq.png) [![](http://i.imgur.com/FLOUuIqb.png)](http://i.imgur.com/FLOUuIq.png) [![](http://i.imgur.com/Ud1LrfIb.png)](http://i.imgur.com/Ud1LrfI.png) [![](http://i.imgur.com/h6yZ66sb.png)](http://i.imgur.com/h6yZ66s.png) [![](http://i.imgur.com/o90kVPib.png)](http://i.imgur.com/o90kVPi.png) [![](http://i.imgur.com/AaRRrU2b.png)](http://i.imgur.com/AaRRrU2.png) [![](http://i.imgur.com/LmHtPhob.png)](http://i.imgur.com/LmHtPho.png) [![](http://i.imgur.com/paiJPJkb.jpg)](http://i.imgur.com/paiJPJk.jpg) 我们的极简主义“Persona”主题让您立即前往,无需编码经验。 [![](http://i.imgur.com/HwNEXGu.png)](http://i.imgur.com/HwNEXGu.png) [![](http://i.imgur.com/II1byYs.png)](http://i.imgur.com/II1byYs.png) ## How can I follow along/contribute? * If you are a developer, feel free to check out the source and submit pull requests. We also have a wide array of [plugins](http://community.nodebb.org/category/7/nodebb-plugins) which would be a great starting point for learning the codebase. * If you are a designer, [NodeBB needs themes](http://community.nodebb.org/category/10/nodebb-themes)! NodeBB's theming system allows extention of the base templates as well as styling via LESS or CSS. NodeBB's base theme utilizes [Bootstrap 3](http://getbootstrap.com/) but themes can choose to use a different framework altogether. * If you know languages other than English you can help us translate NodeBB. We use [Transifex](https://www.transifex.com/projects/p/nodebb/) for internationalization. * Please don't forget to **like**, **follow**, and **star our repo**! Join our growing [community](http://community.nodebb.org) to keep up to date with the latest NodeBB development. ## Requirements NodeBB需要安装以下软件: * Node.js的版本至少为6或更高 ([installation/upgrade instructions](https://github.com/nodesource/distributions)) * Redis,2.8.9或更高版本 **或** MongoDB,2.6或更高版本 * nginx,版本1.3.13或更高版本( **仅当** 打算使用nginx代理对NodeBB的请求时) ## 安装 [请参阅特定于平台的安装文档](https://docs.nodebb.org/installing/os) ## Securing NodeBB 确保您的NodeBB和数据库服务器是安全的非常重要。牢记这些要点: 1. While some distributions set up Redis with a more restrictive configuration, Redis by default listens to all interfaces, which is especially dangerous when a server is open to the public. Some suggestions: * Set `bind_address` to `127.0.0.1` so as to restrict access to the local machine only * Use `requirepass` to secure Redis behind a password (preferably a long one) * Familiarise yourself with [Redis Security](http://redis.io/topics/security) 2. Use `iptables` to secure your server from unintended open ports. In Ubuntu, `ufw` provides a friendlier interface to working with `iptables`. * e.g. If your NodeBB is proxied, no ports should be open except 80 (and possibly 22, for SSH access) ## 升级NodeBB Detailed upgrade instructions are listed in [Upgrading NodeBB](https://docs.nodebb.org/configuring/upgrade/) ## 执照 NodeBB is licensed under the **GNU General Public License v3 (GPL-3)** (http://www.gnu.org/copyleft/gpl.html). Interested in a sublicense agreement for use of NodeBB in a non-free/restrictive environment? Contact us at sales@nodebb.org.