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).
how does nodebb handle new install with existing database? what happens during npm install --production?
npm install --production
@charles npm install --production only installs dependencies. nothing happens to the database.
@pichalite had problems and will have to test again and report back.
S
Tried this on mine, but no luck. Same issue. Verified that the fix made it in.
P
@sebastian-marinescu alternatively you could set defaultPlugins as an environment variable, then run ./nodebb setup [config json]. I'll re-add an actual option for passing in a set of default plugins.
D
@Bri Yes I did. I follow this guide to install nodebb:
https://nodebb.readthedocs.io/en/latest/installing/os/centos.html
I installed node 7.0.0
J
To piggyback off of @rod's line of questioning... can you access the forum when you navigate to the ip:port directly?
M
I'm in! I was taking the default database name of 0 instead of entering my database name. Doh!