wikijs-fork/README.md

61 lines
3.5 KiB
Markdown
Raw Normal View History

2016-08-17 18:39:30 +00:00
<a href="https://github.com/Requarks/wiki">
2016-12-06 02:42:41 +00:00
<img src="https://raw.githubusercontent.com/Requarks/wiki/master/assets/favicons/favicon-96x96.png" alt="Wiki.js" title="Wiki.js" align="right" />
2016-08-17 18:39:30 +00:00
</a>
2016-12-06 02:42:41 +00:00
# Wiki.js
2016-08-17 01:13:48 +00:00
2017-02-15 01:48:39 +00:00
[![Release](https://img.shields.io/github/release/Requarks/wiki.svg?style=flat-square&maxAge=3600)](https://github.com/Requarks/wiki/releases)
[![License](https://img.shields.io/badge/license-AGPLv3-blue.svg?style=flat-square)](https://github.com/requarks/wiki/blob/master/LICENSE)
[![npm](https://img.shields.io/badge/npm-wiki.js-blue.svg?style=flat-square)](https://www.npmjs.com/package/wiki.js)
2017-03-19 19:32:57 +00:00
[![Downloads](https://img.shields.io/github/downloads/Requarks/wiki/total.svg?style=flat-square)](https://www.npmjs.com/package/wiki.js)
2017-04-03 03:37:58 +00:00
[![Chat on Gitter](https://img.shields.io/badge/chat-on_gitter-CC2B5E.svg?style=flat-square&logo=image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAOCAMAAADUg/YpAAAABlBMVEUAAAD///%2Bl2Z/dAAAAAXRSTlMAQObYZgAAABVJREFUeAFjwAUYYTQByAAh0WicAAAFnwAYeB5bLwAAAABJRU5ErkJggg==)](https://gitter.im/Requarks/wiki)
2017-04-06 01:21:41 +00:00
[![Twitter Follow](https://img.shields.io/badge/follow-%40requarks-blue.svg?style=flat-square)](https://twitter.com/requarks)
2017-02-15 01:48:39 +00:00
[![Build Status](https://img.shields.io/travis/Requarks/wiki/master.svg?style=flat-square)](https://travis-ci.org/Requarks/wiki)
[![Codacy Badge](https://img.shields.io/codacy/grade/1d0217a3153c4595bdedb322263e55c8/master.svg?style=flat-square)](https://www.codacy.com/app/Requarks/wiki)
[![Dependency Status](https://img.shields.io/gemnasium/Requarks/wiki.svg?style=flat-square)](https://gemnasium.com/github.com/Requarks/wiki)
[![Known Vulnerabilities](https://snyk.io/test/github/requarks/wiki/badge.svg?style=flat-square)](https://snyk.io/test/github/requarks/wiki)
[![Standard - JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com/)
2016-08-17 01:13:48 +00:00
##### A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown
- [Official Website](https://wiki.requarks.io/)
- [Documentation](#documentation)
2017-03-19 19:35:06 +00:00
- [Requirements](#requirements)
- [Change Log](https://github.com/Requarks/wiki/blob/master/CHANGELOG.md)
2017-03-15 01:27:44 +00:00
- [Project Planning](https://waffle.io/Requarks/wiki)
- [Special Thanks](#special-thanks)
2016-08-17 01:13:48 +00:00
2016-10-17 23:41:14 +00:00
### Documentation
- [Installation Guide](https://wiki.requarks.io/get-started.html)
2017-04-19 23:05:28 +00:00
- [Admin Guide](https://docs.requarks.io/wiki/#admin-guide)
- [User Guide](https://docs.requarks.io/wiki/#user-guide)
### Requirements
Wiki.js can run on virtually all platforms where Node.js can (Windows, Mac, Linux, etc.).
2017-03-04 16:27:00 +00:00
- Node.js **4.6.0** or later
- MongoDB **3.2** or later
- Git **2.7.4** or later
- An empty Git repository (optional)
Read the full [prerequisites](https://docs.wiki.requarks.io/prerequisites) article for full details.
2017-03-15 01:27:44 +00:00
### Gitter
Want to discuss features, ideas or issues? Join our [gitter channel](https://gitter.im/Requarks/wiki). We are very active and friendly!
### Twitter
Follow our Twitter feed to learn about upcoming updates and new releases!
2017-04-06 01:21:41 +00:00
[![Twitter Follow](https://img.shields.io/badge/follow-%40requarks-blue.svg?style=flat-square)](https://twitter.com/requarks)
2016-12-23 18:31:10 +00:00
### Special Thanks
2016-12-19 19:05:05 +00:00
2017-02-10 18:13:40 +00:00
![Browserstack](https://wiki.requarks.io/assets/images/logo_browserstack.png)
2016-12-19 19:05:05 +00:00
[Browserstack](https://www.browserstack.com/) for providing access to their great cross-browser testing tools.
2016-12-23 18:31:10 +00:00
2017-02-10 18:13:40 +00:00
![DigitalOcean](https://wiki.requarks.io/assets/images/logo_digitalocean.png)
2016-12-23 18:31:10 +00:00
[DigitalOcean](https://www.digitalocean.com/) for providing hosting of the Wiki.js documentation site.