Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I'm currently deploying my forum on a kubernetes cluster, which means that I have to launch with ./nodebb start -d
./nodebb start -d
Is there anyway I can start without starting the forum in the background and have the forum in production mode?
I believe the command is
node loader.js --no-daemon --no-silent