-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
73 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,30 @@ | ||
Under development | ||
<a href="https://github.com/Requarks/wiki"> | ||
<img src="https://raw.githubusercontent.com/Requarks/wiki/master/assets/favicons/favicon-96x96.png" alt="Wiki.js" title="Wiki.js" align="right" /> | ||
</a> | ||
|
||
# Wiki.js | ||
|
||
[![npm](https://img.shields.io/npm/v/wiki.js.svg?style=flat-square)](https://github.com/Requarks) | ||
[![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) | ||
|
||
##### A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown | ||
|
||
This npm package is an installer for Wiki.js. For information about Wiki.js, use the following links: | ||
|
||
- [Official Website](https://wiki.requarks.io/) | ||
- [Installation Guide](https://wiki.requarks.io/get-started.html) | ||
- [GitHub Repository](https://github.com/Requarks/wiki) | ||
|
||
### Install Wiki.js using npm | ||
|
||
1. Create an empty folder where Wiki.js will run. | ||
2. Launch a terminal / command prompt inside this newly created folder. | ||
3. Run the command: `npm install wiki.js@latest` | ||
4. Wait for the installation process to complete. This may take several minutes. | ||
5. Edit the file `config.yml` located in the root of your folder and change the settings accordingly. | ||
6. Run the command: `node wiki start` | ||
|
||
### Install Wiki.js manually | ||
|
||
For a manual installation, read the [Installation Guide](https://wiki.requarks.io/get-started.html). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters