[go: nahoru, domu]

Jump to content

Wiki.js: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Line 44: Line 44:


== System requirements<ref>{{Cite web|url=https://docs.requarks.io/wiki/prerequisites|title=Wiki Documentation|last=|first=|date=|website=docs.requarks.io|access-date=2018-02-14}}</ref> ==
== System requirements<ref>{{Cite web|url=https://docs.requarks.io/wiki/prerequisites|title=Wiki Documentation|last=|first=|date=|website=docs.requarks.io|access-date=2018-02-14}}</ref> ==
Prerequisites for running Wiki.js server:
Prerequisites for running Wiki.js version 1 server:
* [[Node.js]] 6.11.1 or later
* [[Node.js]] 6.11.1 or later
* [[MongoDB]] 3.2 or later
* [[MongoDB]] 3.2 or later
* A public or private [[Git]] repository (Any standard Git server, [[GitHub]], [[GitLab]], [[Bitbucket|BitBucket]], [[Visual Studio Team Services]], etc.)
* A public or private [[Git]] repository (Any standard Git server, [[GitHub]], [[GitLab]], [[Bitbucket|BitBucket]], [[Visual Studio Team Services]], etc.)

Prerequisites for running Wiki.js version 2 server<ref>{{Cite web|url=https://docs.requarks.io/install/requirements|title=Installation requirements|last=|first=|date=|website=docs.requarks.io|access-date=2019-30-11}}</ref>:
* [[Node.js]] 10.12 or later
* [[PostGreSQL]] 9.5 or later, or [[MySQL]] 8.0 or later, or [[MariaDB]] 10.2.7 or later, or [[SQLite]] 3.9 or later, or [[MS SQL]] server 2012 or later.


==License==
==License==

Revision as of 04:02, 30 November 2019

Developer(s)Nicolas Giard and community members
Initial releaseSeptember 12, 2016; 7 years ago (2016-09-12)
Stable release
2.5.303[1] Edit this on Wikidata / 2024-05-19; 3 months ago
Repository
Written inJavaScript
Operating systemCross-platform
PlatformCross-platform
Available inMultilingual
TypeWiki software
LicenseAGPL
Websitewiki.js.org

Wiki.js is a wiki engine running on Node.js and written in JavaScript. It is free software released under the Affero GNU General Public License.

Features[2]

Markdown editor

Content is written using the Markdown syntax, using a visual editor and saved directly to disk as markdown files.

Git-backed storage

Content is continuously synced with a remote Git repository, which serves both as a backup and single source of truth in case of restores or multiple servers setup.

Integrated Access Control

Access can be given to all or specific sections of the wiki. Users can login using local authentication, Google, Microsoft or Facebook social login. Guest view is supported.

Assets Management

Media content such as images, videos, documents or any type of files can be inserted into content. Assets can be classified under folders and thumbnails are automatically generated for compatible media.

Built-in Search Engine

All content is automatically indexed and accessible from any page via the search bar.

System requirements[3]

Prerequisites for running Wiki.js version 1 server:

Prerequisites for running Wiki.js version 2 server[4]:

License

Wiki.js is free and open source software and is distributed under the terms of the Affero GNU General Public License.[5]

See also

References

  1. ^ "Release 2.5.303". 19 May 2024. Retrieved 28 May 2024.
  2. ^ "Wiki.js | A modern open-source Wiki software". wiki.requarks.io. Retrieved 2017-01-28.
  3. ^ "Wiki Documentation". docs.requarks.io. Retrieved 2018-02-14.
  4. ^ "Installation requirements". docs.requarks.io. Retrieved 2019-30-11. {{cite web}}: Check date values in: |access-date= (help)
  5. ^ "Wiki.js License". 16 January 2018.