Installing NodeBB on Google Compute Engine or Cloud Run
-
My warm greetings to everyone in the neighborhood.
I have configured NodeBB on Google Compute Engine accurately. It takes a long time to install NodeBB on Compute Engine, and here is how I installed NodeBB on the VM Instance.
Install NodeBB on Google Compute Engine
I've set up NodeBB on Google Cloud Run before, and it's a fairly straightforward procedure. I installed the image from the docker on Cloud Run; however, the NodeBB basic setup continues to loop. Is anyone else having this problem? Please let me know if anyone knows how to install NodeBB on Google Cloud Run.Best Regards,
Manoj Kumar. -
Looks like a good post. Thanks for sharing.
What are you getting hung up on with Google Cloud Run?
-
@pitaj
Except for Launch NodeBB, every step went smoothly.
The steps I took were as follows:-
Image retrieved from Docker.
-
Image has been added to the container registry.
-
NodeBB was set up with Cloud Run and port 4567.
-
NodeBB with Revision URL has been successfully installed.
-
The Web Interface is used for the initial setup.
-
Admin credentials and PostgreSQL(Cloud SQL) "database" were applied.
-
NodeBB has been installed.
-
Launch NodeBB(Halted- Looping). When I tried to reload the website, it was redirected to the NodeBB initial setup(Admin credentials & Database setup page) again and again.
-
-
It sounds like the config.json isn't persisted. This may be related to the docker image.