NodeBB setup ended up unsuccessfully
Solved
Technical Support
-
Hello,
I am installing NodeBB on Digital Ocean. The setup script created the DB, build the web apps but did not finish successfully. Attached is a screenshot.
Does anyone knows what is the problem and how can I finalize the setup?
Thanks.!
-
It seems that the Docker was not able to execute all parallel builds.
The solution I found is:
- Run the setup with option: ./nodebb setup --skip-builds
- Manually run the build in serial mode: ./nodebb build --series
That solved the issue.
-
Copyright © 2024 NodeBB | Contributors