@psychobunny if i get something working, would submit that PR.
Thanks.
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 soon
Thank 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 shorter
If you already check out an old instruction, check new one also.