Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
15412712
Commit
15412712
authored
Apr 29, 2017
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: Updated npm readme
[ci skip]
parent
a5a1f57a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
README.md
npm/README.md
+11
-11
No files found.
npm/README.md
View file @
15412712
<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
](
https://raw.githubusercontent.com/Requarks/wiki-site/1.0/assets/images/logo.png
)
# Wiki.js
...
...
@@ -8,19 +6,21 @@
[
![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)
This npm package is an installer for Wiki.js. For information about Wiki.js, including detailed installation steps, read the following links:
This npm package is an installer for Wiki.js.
For information about Wiki.js, including detailed installation steps, read the following links:
-
[
Official Website
](
https://wiki.
requarks.io
/
)
-
[
Installation Guide
](
https://wiki.
requarks.io
/get-started.html
)
-
[
Official Website
](
https://wiki.
js.org
/
)
-
[
Installation Guide
](
https://wiki.
js.org
/get-started.html
)
-
[
GitHub Repository
](
https://github.com/Requarks/wiki
)
### Install Wiki.js
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.
You'll be prompted to run the configuration wizard to finish the installation.
1.
Make sure you meet all
[
prerequisites
](
https://docs.requarks.io/wiki/prerequisites
)
.
2.
Create an empty folder where Wiki.js will run.
3.
Launch a terminal / command prompt inside this newly created folder.
4.
Run the command:
`npm install wiki.js@latest`
5.
Wait for the installation process to complete. This may take several minutes.
6.
You'll be prompted to run the configuration wizard to finish the installation.
The configuration wizard can also be run manually using:
`node wiki configure [port]`
To start Wiki.js manually, run the command:
`node wiki start`
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment