Host Nodebb Free
-
Thanks for your reply.
I use VPS free for host my nodebb forum because i don't want a big forum and my website isn't popular.
I have launch nodebb on VPS.me with Debian and a free DB mongo. Here you are : http://forum.unixfox.com !
Why I use a VPS free ? Because I am a student and i can't buy online.@psychobunny said :
EDIT: If you're interested in writing a step-by-step guide for installing NodeBB on the aforementioned hosts, please do
Why not :).
-
Nice! We'd love a guide on how to do that, @unixfox
Create a new file here: https://github.com/NodeBB/NodeBB/tree/master/docs/installing
-
Fantastic, looks like I've got to spin up an Ubuntu VM on my computer to run those local git commands. https://docs.nodebb.org/en/latest/installing/cloud/openshift.html
I'm a Windows plebian, is there any way to run those without using Linux?
-
@luke said:
Fantastic, looks like I've got to spin up an Ubuntu VM on my computer to run those local git commands. https://docs.nodebb.org/en/latest/installing/cloud/openshift.html
I'm a Windows plebian, is there any way to run those without using Linux?
Try Bitnami Nodebb
But i still recommander you use LinuxEdit : Bitnami not yet complete, you have to wait
-
@luke said:
I'm a Windows plebian, is there any way to run those without using Linux?
Yeah, https://www.openshift.com/get-started follow the windows instructions
-
I've played around briefly with the Node.js setup on Nitrious.io and it's free to use for one box. It's kind of impressive. I haven't used NodeBB with it but I guess it shouldn't be too hard to set it up on there and play around with it due to the built-in text-editor and terminal. The priced plans are kind of price-y though.
-
-
Does anyone know if the openshift installation is set up for scaling applications? I'm in the process of creating a nodebb forum for a potentially larger site with heavy traffic. I'd want to make sure that the app can scale horizontally.
-
I'm still offering free NodeBB hosting right here! Drawback: No SSH access right now, so this might only be suited for absolute beginners.
-
Scrap that, anyone know if the current docs really describe how to install nodebb on openshift? I ran through it and I was never asked to set up admin info, and even when I registered and logged in the /admin route was unavailable. When I logged out I got stuck because the /login route was also blank. Seems a little off.
Also running through this, seems like the installation process is perfectly suited to becoming a cartridge, if all that's missing from the install really are a couple of environment variables for a configuration file.
-
@UnknownGeek said:
Also running through this, seems like the installation process is perfectly suited to becoming a cartridge, if all that's missing from the install really are a couple of environment variables for a configuration file.
For those of us that aren't as familiar with technobabble, what's a cartridge when it's not in a Lexmark Printer?
Is there a specific reason it needs to be run on openshift? Or is it one of those personal preference things?
-
It's openshift's way of neatly packing things into one installable bundle (their technobabble) it's the way they support the various frameworks like nodejs...php and their databases. I can't say I've had much success making them, docs definitely have a learning curve. Someone else is better off describing their process, the main part is developing scripts so the cartridges communicate configuration info that's what seems to be the whole process. It's a personal preference kind of thing, you could copy/paste a git repo and it would handle itself, although I don't mind command line or shell.
Clearly though the process of getting nodeBB is a little easier on other platforms.
-
@UnknownGeek Its basically 5 commands on a VPS or dedicated server.
And if you want a reverse proxy there will be some config edits but nothing too hard.
-
@UnknownGeek said:
Scrap that, anyone know if the current docs really describe how to install nodebb on openshift? I ran through it and I was never asked to set up admin info, and even when I registered and logged in the /admin route was unavailable. When I logged out I got stuck because the /login route was also blank. Seems a little off.
Also running through this, seems like the installation process is perfectly suited to becoming a cartridge, if all that's missing from the install really are a couple of environment variables for a configuration file.
I tried it eight months ago and could not get NodeBB on OpenShift. Have not tried since.