I don't think I'm seeing something odd but the odd thing is not knowing if we're being indexed properly or not.
From the responses here, it seems we should be so I'll just keep an eye on things and see what happens.
Guide to install nodebb on docker?
-
Any guide to install nodebb with docker out there?
Trying to install but i dont know how to connect database and the nodebb container -
No one?
-
NodeBB setup instructions (Docker)
https://community.nodebb.org/topic/8059/docker-nodebb-v0-5/7 -
I made a docker chain of Nginx, NodeBB, Redis based on Alpine Linux for mainly developments and small standalone service.
https://github.com/qgp9/nodebb-docker-dev
I tested this on VULTR server and it works well
No documentations yet, but soon -
@qgp9 said:
I made a docker chain of Nginx, NodeBB, Redis based on Alpine Linux for mainly developments and small standalone service.
https://github.com/qgp9/nodebb-docker-dev
I tested this on VULTR server and working well ( DEMO : http://dock.rm-rf.work )
No documentations yet, but soonThank you
Do you think it will work on a synology server? -
@exodo said:
Do you think it will work on a synology server?
Frankly, I know nothing of a synology, but if docker works, it may work.
If you already have a web server, you can pull a nginx docker out depend on a server resource, even though this nginx docker is amazingly light.Please share results if you are willing to try. You can ask freely whatever via here, github issue or even chat.
-
@exodo Hi, I just updated a README.md of this docker chain few minitues ago.
Actually, one doesn't need to setup a NodeBB on a command line because it has a great web interface.
So I removed several lines what I forgot to do, and a instruction is shorterIf you already check out an old instruction, check new one also.