mirror of https://github.com/requarks/wiki
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.
NGPixel
e0389177e3
|
8 years ago | |
---|---|---|
.. | ||
configs | 8 years ago | |
README.md | 8 years ago | |
install.js | 8 years ago | |
package.json | 8 years ago |
README.md
Wiki.js
This npm package is an installer for Wiki.js.
For information about Wiki.js, including detailed installation steps, read the following links:
Install Wiki.js
- Make sure you meet all prerequisites.
- Create an empty folder where Wiki.js will run.
- Launch a terminal / command prompt inside this newly created folder.
- Run the command:
npm install wiki.js@latest
- Wait for the installation process to complete. This may take several minutes.
- 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