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.

28 lines
1.4 KiB

  1. <a href="https://github.com/Requarks/wiki">
  2. <img src="https://raw.githubusercontent.com/Requarks/wiki/master/assets/favicons/favicon-96x96.png" alt="Wiki.js" title="Wiki.js" align="right" />
  3. </a>
  4. # Wiki.js
  5. [![npm](https://img.shields.io/npm/v/wiki.js.svg?style=flat-square)](https://github.com/Requarks)
  6. [![Release](https://img.shields.io/github/release/Requarks/wiki.svg?style=flat-square&maxAge=3600)](https://github.com/Requarks/wiki/releases)
  7. [![License](https://img.shields.io/badge/license-AGPLv3-blue.svg?style=flat-square)](https://github.com/requarks/wiki/blob/master/LICENSE)
  8. This npm package is an installer for Wiki.js. For information about Wiki.js, including detailed installation steps, read the following links:
  9. - [Official Website](https://wiki.requarks.io/)
  10. - [Installation Guide](https://wiki.requarks.io/get-started.html)
  11. - [GitHub Repository](https://github.com/Requarks/wiki)
  12. ### Install Wiki.js using npm
  13. 1. Create an empty folder where Wiki.js will run.
  14. 2. Launch a terminal / command prompt inside this newly created folder.
  15. 3. Run the command: `npm install wiki.js@latest`
  16. 4. Wait for the installation process to complete. This may take several minutes.
  17. 5. Edit the file `config.yml` located in the root of your folder and change the settings accordingly.
  18. 6. Run the command: `node wiki start`
  19. ### Install Wiki.js manually
  20. For a manual installation, read the [Installation Guide](https://wiki.requarks.io/get-started.html).