Updated npm install script
This commit is contained in:
@@ -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`
|
||||
|
Reference in New Issue
Block a user