.. | ||
install.js | ||
package.json | ||
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 using npm
- 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.
- Edit the file
config.yml
located in the root of your folder and change the settings accordingly. - Run the command:
node wiki start
Install Wiki.js manually
For a manual installation, read the Installation Guide.