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.
wiki/npm
NGPixel e0bb77efbb
npm installation feature
8 years ago
..
README.md npm installation feature 8 years ago
install.js npm installation feature 8 years ago
package.json npm installation feature 8 years ago

README.md

Wiki.js

Wiki.js

npm Release 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:

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.