1.0 Release - Beta 7
Added
- Automated process management
- npm automatic site installation
Important Changes ⚠️
Wiki.js can now be installed / ugpraded using:
npm install wiki.js@latest
Additionally, Wiki.js is now started using the following command:
node wiki start
# On Windows, if using a Powershell prompt, you can instead use the following syntax:
.\wiki start
You no longer need to deal with pm2 directly. Wiki.js is now handling this process. Therefore, if you used previous builds, it is recommended to delete the current entry from pm2 before installing the latest version:
pm2 stop wiki
pm2 delete wiki
Please report any issues / suggestions if using this new installation method.