You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

129 lines
6.4 KiB

7 years ago
8 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. ![Wiki.js](https://raw.githubusercontent.com/Requarks/wiki-site/1.0/assets/images/logo.png)
  2. [![Release](https://img.shields.io/github/release/Requarks/wiki.svg?style=flat-square&maxAge=3600)](https://github.com/Requarks/wiki/releases)
  3. [![License](https://img.shields.io/badge/license-AGPLv3-blue.svg?style=flat-square)](https://github.com/requarks/wiki/blob/master/LICENSE)
  4. [![npm](https://img.shields.io/badge/npm-wiki.js-blue.svg?style=flat-square)](https://www.npmjs.com/package/wiki.js)
  5. [![Downloads](https://img.shields.io/github/downloads/Requarks/wiki/total.svg?style=flat-square)](https://www.npmjs.com/package/wiki.js)
  6. [![Twitter Follow](https://img.shields.io/badge/follow-%40requarks-blue.svg?style=flat-square)](https://twitter.com/requarks)
  7. [![Build Status](https://app.wercker.com/status/fc8e75793b3cf12852314d6bfd83d148/s/master?style=flat-square)](https://app.wercker.com/project/byKey/fc8e75793b3cf12852314d6bfd83d148)
  8. [![Codacy Badge](https://img.shields.io/codacy/grade/1d0217a3153c4595bdedb322263e55c8/master.svg?style=flat-square)](https://www.codacy.com/app/Requarks/wiki)
  9. [![Dependency Status](https://img.shields.io/gemnasium/Requarks/wiki.svg?style=flat-square)](https://gemnasium.com/github.com/Requarks/wiki)
  10. [![Standard - JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com/)
  11. [![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)
  12. ##### A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown
  13. - **[Official Website](https://wiki.js.org/)**
  14. - **[Getting Started](https://wiki.js.org/get-started.html)**
  15. - **[Documentation](https://docs.requarks.io/wiki/)**
  16. - [Requirements](#requirements)
  17. - [Change Log](https://github.com/Requarks/wiki/blob/master/CHANGELOG.md)
  18. - [Feature Requests](https://wikijs.canny.io/features)
  19. - [Milestones](#milestones)
  20. - [Chat with us](#gitter)
  21. - [Translations](#translations) *(We need your help!)*
  22. - [Special Thanks](#special-thanks)
  23. ## Requirements
  24. Wiki.js can run on virtually all platforms where Node.js can (Windows, Mac, Linux, etc.).
  25. - Node.js **6.11.1** or later
  26. - MongoDB **3.2** or later
  27. - Git **2.7.4** or later
  28. - An empty Git repository (optional)
  29. > Read the full [prerequisites](https://docs.requarks.io/wiki/prerequisites) article for full details.
  30. ## Cloud Install
  31. [![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/requarks/wiki-heroku)
  32. *Docker Cloud, Azure, IBM Bluemix and more coming soon!*
  33. ## Docker
  34. A docker Wiki.js image is available on Docker Hub:
  35. [![Docker Image](https://raw.githubusercontent.com/Requarks/wiki-site/master/assets/images/docker-deploy.png)](https://hub.docker.com/r/requarks/wiki/)
  36. You can also use a Dockerfile ([see example](https://github.com/Requarks/wiki/blob/master/tools/Dockerfile)) or Docker Compose ([see example](https://github.com/Requarks/wiki/blob/master/tools/docker-compose.yml)) to run Wiki.js.
  37. ## Milestones
  38. Current and upcoming milestones *(major features only, see the [changelog](https://github.com/Requarks/wiki/blob/master/CHANGELOG.md) for complete list of features and bug fixes)*:
  39. ### 1.0.7 - Stable
  40. ![Progress](http://progressed.io/bar/100)
  41. - [x] Fix: Azure AD client Id is now referenced correctly ([#219](https://github.com/Requarks/wiki/issues/219))
  42. - [x] Fix: Git Branch is now referenced correctly ([#215](https://github.com/Requarks/wiki/issues/215))
  43. ### 2.0.0 - Dev
  44. ![Progress](http://progressed.io/bar/20)
  45. **Breaking Changes**: MongoDB is being phased out in favor of PostgreSQL + Redis. An upgrade tool will be provided to migrate existing data to the new system.
  46. - [ ] GraphQL API
  47. - [x] Comments
  48. - [x] Documents
  49. - [ ] Files
  50. - [x] Folders
  51. - [x] Groups
  52. - [x] Rights
  53. - [x] Settings
  54. - [x] Tags
  55. - [x] Users
  56. - [x] Migrate to PostgreSQL + Redis datastore
  57. - [ ] History / Revert to previous version
  58. - [ ] Optional Two-Steps Authentication (2FA)
  59. - [x] Docker support + Auto compile/publish to Docker Hub
  60. - [ ] Support sub-directory installations (e.g. example.com/wiki)
  61. - [ ] Persist system settings to database instead of file-based
  62. - [ ] User Groups + Better permissions management
  63. - [x] Make use of all available CPU cores, distributed jobs queue
  64. - [ ] Tags per document / folder
  65. - [ ] Comments / Discussion per document
  66. - [ ] Profile page per user
  67. - [ ] Preview changes directly from the editor, without saving
  68. - [x] Modular authentication providers
  69. - [ ] High Availability support (multiple concurrent instances)
  70. ### Future
  71. - [ ] Insert Link modal in Editor
  72. - [ ] Better simultaneous user editing handling
  73. - [ ] Upgrade from web UI
  74. ## Gitter
  75. Want to discuss features, ideas or issues? Join our [gitter channel](https://gitter.im/Requarks/wiki). We are very active and friendly!
  76. ## Twitter
  77. Follow our Twitter feed to learn about upcoming updates and new releases!
  78. [![Twitter Follow](https://img.shields.io/badge/follow-%40requarks-blue.svg?style=flat-square)](https://twitter.com/requarks)
  79. ## Translations
  80. We are looking for translators to make Wiki.js available in multiple languages. If your language is not listed below and would like to contribute to this project, contact us on our [gitter channel](https://gitter.im/Requarks/wiki) and we'll provide you with the necessary tool to add translations, no coding required!
  81. **Languages that are already translated:**
  82. - [x] English
  83. - [x] Chinese - *Thanks to [@choicky](https://github.com/choicky)*
  84. - [x] Dutch - *Thanks to [@weirdwater](https://github.com/weirdwater)*
  85. - [x] French
  86. - [x] German - *Thanks to [@joetjengerdes](https://github.com/joetjengerdes)*
  87. - [x] Korean - *Thanks to [@junwonpk](https://github.com/junwonpk)*
  88. - [x] Portuguese - *Thanks to [@felipeplets](https://github.com/felipeplets)*
  89. - [x] Russian - *Thanks to [@efimlosev](https://github.com/efimlosev)*
  90. - [x] Spanish - *Thanks to [@MatiasArriola](https://github.com/MatiasArriola)*
  91. ## Special Thanks
  92. ![Browserstack](https://wiki.js.org/assets/images/logo_browserstack.png)
  93. [Browserstack](https://www.browserstack.com/) for providing access to their great cross-browser testing tools.
  94. ![DigitalOcean](https://wiki.js.org/assets/images/logo_digitalocean.png)
  95. [DigitalOcean](https://www.digitalocean.com/) for providing hosting of the Wiki.js documentation site.