Does this sso-wordpress plugin works only with the sites on the WordPress.com or it will work with a wordpress websties hosted on my own server.
Solved NodeBB setup ended up unsuccessfully
-
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.
-
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.
-
zhivkoangelov