-
Notifications
You must be signed in to change notification settings - Fork 75
node server works; node wiki.js start does nothing #100
Comments
Look for errors by using If there're none, then there's an issue with pm2. |
Thanks, that helped me figure out sort of what's going on. I had re-installed wiki.js to a new directory
The earlier error showed that the
|
Actual behavior
$ node server
fires up the wiki on the configured port and all is well.$ node wiki.js start
provides an assuring message✔ Wiki.js has started successfully.
but the Wiki has not started.Expected behavior
$node wiki.js start
fires up the wiki.Steps to reproduce the behavior
$node wiki.js start
-- nothing happens$node server
-- wiki fires up.This is under CentoOS 7 using the repo version of node
The text was updated successfully, but these errors were encountered: