Updated npm install script

This commit is contained in:
NGPixel
2017-04-06 23:01:00 -04:00
parent 956d3aca08
commit 9f9e75c99f
3 changed files with 9 additions and 11 deletions

View File

@@ -14,15 +14,13 @@ This npm package is an installer for Wiki.js. For information about Wiki.js, inc
- [Installation Guide](https://wiki.requarks.io/get-started.html)
- [GitHub Repository](https://github.com/Requarks/wiki)
### Install Wiki.js using npm
### 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. Edit the file `config.yml` located in the root of your folder and change the settings accordingly.
6. Run the command: `node wiki start`
5. You'll be prompted to run the configuration wizard to finish the installation.
### Install Wiki.js manually
For a manual installation, read the [Installation Guide](https://wiki.requarks.io/get-started.html).
The configuration wizard can also be run manually using: `node wiki configure [port]`
To start Wiki.js manually, run the command: `node wiki start`